Skip to content

Commit

Permalink
[Docs] ReadTheDocs config update
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebotu committed Jul 24, 2024
1 parent ff9ad71 commit 81e5459
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
# Read the Docs configuration file for Sphinx projects
# Read the Docs configuration file for MkDocs projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

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

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

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
install:
- method: pip
path: .
extra_requirements:
- dev
- graph
- routing
- docs

0 comments on commit 81e5459

Please sign in to comment.