Skip to content
Snippets Groups Projects
Commit 24d2ca5e authored by Joseph Weston's avatar Joseph Weston
Browse files

use 'sphinx-build' rather than invoking 'sphinx.main'

Sphinx 2 got rid of 'sphinx.main' so we can no longer use it.
parent 16fd3299
No related branches found
No related tags found
No related merge requests found
Pipeline #20912 failed
......@@ -10,7 +10,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = python3 -c 'import sys, sphinx; sys.exit(sphinx.main(sys.argv))'
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment