Skip to content

Commit

Permalink
fixed indent mistakes + plus requirements for mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitrango committed Dec 27, 2024
1 parent 6e7aebf commit 699be28
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ build:
python: "3.13"

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

# Optionally, 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:
- requirements: docs/requirements.txt
7 changes: 7 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
mkdocs==1.5.3
mkdocs-autorefs==0.4.1
mkdocs-material==9.2.7
mkdocs-material-extensions==1.2
mkdocstrings==0.22.0
mkdocstrings-python==1.1.2
griffe==0.30.1

0 comments on commit 699be28

Please sign in to comment.