Skip to content

Commit

Permalink
Merge pull request #446 from GermanZero-de/readthedocs-update
Browse files Browse the repository at this point in the history
Readthedocs update
  • Loading branch information
Jamo197 authored Feb 10, 2025
2 parents 60ea2fc + eca1df1 commit fa85eb8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ sphinx:
# 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
python:
install:
- requirements: docs/requirements.txt
9 changes: 9 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
attrs==24.2.0 ; python_version >= "3.10" and python_version < "4.0"
jsonrpcserver==5.0.9 ; python_version >= "3.10" and python_version < "4.0"
jsonschema-specifications==2024.10.1 ; python_version >= "3.10" and python_version < "4.0"
jsonschema==4.23.0 ; python_version >= "3.10" and python_version < "4.0"
oslash==0.6.3 ; python_version >= "3.10" and python_version < "4.0"
referencing==0.35.1 ; python_version >= "3.10" and python_version < "4.0"
rpds-py==0.22.3 ; python_version >= "3.10" and python_version < "4.0"
typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "4.0"
sphinx-rtd-theme==3.0.2 ; python_version >= "3.10" and python_version < "4.0"

0 comments on commit fa85eb8

Please sign in to comment.