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 27a368e commit d3c9f74Copy full SHA for d3c9f74
docs/conf.py
@@ -27,7 +27,7 @@
27
django.setup()
28
29
# Auto-generate API documentation.
30
-from sphinx.apidoc import main
+from sphinx.ext.apidoc import main
31
main(['sphinx-apidoc', '-e', '-T', '-M', '-f', '-o', 'apidoc', '../rest_framework_json_api'])
32
33
# -- General configuration ------------------------------------------------
0 commit comments