Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMolinsky committed Dec 4, 2023
1 parent 7702435 commit cea2880
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ venv/
ENV/
env.bak/
venv.bak/
venv-model/

# Spyder project settings
.spyderproject
Expand Down
9 changes: 7 additions & 2 deletions readthedocs.yml → .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# .readthedocs.yml
# ..readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"

# Build documentation in the docs_oldies/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
Expand All @@ -19,7 +25,6 @@ formats:

# Optionally set the version of Python and requirements required to build your docs_oldies
python:
version: "3.8"
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down

0 comments on commit cea2880

Please sign in to comment.