We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef503c commit fb7cdc0Copy full SHA for fb7cdc0
docs/requirements.txt
@@ -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