Skip to content

Commit fb7cdc0

Browse files
Add documentation build requirements to requirements.txt
1 parent 8ef503c commit fb7cdc0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/requirements.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Documentation build requirements for Read the Docs
2+
3+
# Sphinx and extensions
4+
sphinx>=5.0.0
5+
sphinx-rtd-theme>=1.0.0
6+
sphinx-copybutton>=0.5.0
7+
sphinx-autobuild>=2021.3.14
8+
9+
# Django (required for autodoc)
10+
Django>=3.2
11+
12+
# Additional Sphinx extensions
13+
sphinxcontrib-napoleon>=0.7
14+
myst-parser>=0.18.0
15+
16+
# dj-payfast dependencies
17+
requests>=2.25.0

0 commit comments

Comments
 (0)