Skip to content

Commit

Permalink
Merge pull request #119 from OHBA-analysis/improve_docs
Browse files Browse the repository at this point in the history
draft: Improve docs
  • Loading branch information
matsvanes authored Dec 13, 2023
2 parents 422eec3 + b6ff170 commit 66b2ccc
Show file tree
Hide file tree
Showing 39 changed files with 2,918 additions and 569 deletions.
27 changes: 22 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
# File: .readthedocs.yaml
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 1
# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: "ubuntu-20.04"
os: ubuntu-20.04
tools:
python: "3.9"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
# golang: "1.17"

# Build from the docs/ directory with Sphinx
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
configuration: doc/source/conf.py

# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements.txt
Loading

0 comments on commit 66b2ccc

Please sign in to comment.