Skip to content

Commit

Permalink
Add python doc requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aandres committed May 10, 2023
1 parent ecf5d25 commit e1bcd00
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"

mkdocs:
configuration: mkdocs.yml

python:
install:
- requirements: docs/requirements.txt
3 changes: 3 additions & 0 deletions docs/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mkdocs
mkdocstrings[python]
markdown-include
63 changes: 63 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
click==8.1.3
# via mkdocs
colorama==0.4.6
# via griffe
ghp-import==2.1.0
# via mkdocs
griffe==0.27.3
# via mkdocstrings-python
jinja2==3.1.2
# via
# mkdocs
# mkdocstrings
markdown==3.3.7
# via
# markdown-include
# mkdocs
# mkdocs-autorefs
# mkdocstrings
# pymdown-extensions
markdown-include==0.8.1
# via -r requirements.in
markupsafe==2.1.2
# via
# jinja2
# mkdocstrings
mergedeep==1.3.4
# via mkdocs
mkdocs==1.4.3
# via
# -r requirements.in
# mkdocs-autorefs
# mkdocstrings
mkdocs-autorefs==0.4.1
# via mkdocstrings
mkdocstrings[python]==0.21.2
# via
# -r requirements.in
# mkdocstrings-python
mkdocstrings-python==0.10.1
# via mkdocstrings
packaging==23.1
# via mkdocs
pymdown-extensions==9.11
# via mkdocstrings
python-dateutil==2.8.2
# via ghp-import
pyyaml==6.0
# via
# mkdocs
# pymdown-extensions
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
six==1.16.0
# via python-dateutil
watchdog==3.0.0
# via mkdocs

0 comments on commit e1bcd00

Please sign in to comment.