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