Skip to content

Commit

Permalink
configure sphinxcontrib_django
Browse files Browse the repository at this point in the history
  • Loading branch information
powderflask committed Sep 5, 2023
1 parent 310e91d commit 98fdc57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ django==4.2.4
# django-filter
# django-fmft (pyproject.toml)
# django-tables2
# sphinxcontrib-django
django-extra-views==0.14.0
# via django-fmft (pyproject.toml)
django-filter==23.2
Expand Down Expand Up @@ -55,6 +56,8 @@ myst-parser==2.0.0
# via django-fmft (pyproject.toml)
packaging==23.1
# via sphinx
pprintpp==0.4.0
# via sphinxcontrib-django
pygments==2.16.1
# via sphinx
pyyaml==6.0.1
Expand All @@ -70,6 +73,7 @@ sphinx==6.2.1
# sphinx-rtd-theme
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-django
# sphinxcontrib-htmlhelp
# sphinxcontrib-jquery
# sphinxcontrib-qthelp
Expand All @@ -80,6 +84,8 @@ sphinxcontrib-applehelp==1.0.6
# via sphinx
sphinxcontrib-devhelp==1.0.4
# via sphinx
sphinxcontrib-django==2.4
# via django-fmft (pyproject.toml)
sphinxcontrib-htmlhelp==2.0.3
# via sphinx
sphinxcontrib-jquery==4.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ docs = [
"sphinx",
"sphinx-rtd-theme",
"myst-parser",
"sphinxcontrib_django",
]
style = [
"black",
Expand All @@ -61,7 +62,6 @@ utils = [
"build",
"twine",
"pip-tools",
"sphinxcontrib_django",
]

[project.urls]
Expand Down

0 comments on commit 98fdc57

Please sign in to comment.