Skip to content

Commit

Permalink
Merge pull request #68 from RichardObi/update_readthedocs
Browse files Browse the repository at this point in the history
Update readthedocs
  • Loading branch information
RichardObi authored Jun 3, 2024
2 parents c424bf4 + 463aab1 commit e78fb51
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# File: .readthedocs.yaml
# File: .readthedocs.yaml (see example: https://docs.readthedocs.io/en/stable/config-file/v2.html)

version: 1
# Required (see https://blog.readthedocs.com/migrate-configuration-v2/)
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.8"

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

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
version: 3.8
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt

0 comments on commit e78fb51

Please sign in to comment.