We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am currently using Sphinx and building html pages using the command sphinx-build docs build/html.
sphinx-build docs build/html
I installed multiversion using: pip install sphinx-multiversion
pip install sphinx-multiversion
$ pip list sphinx-multiversion 0.2.4
$ pip --version pip 22.2.1 from /home/sachin/.local/lib/python3.8/site-packages/pip (python 3.8)
But when I execute: sphinx-multiversion docs build/html, I get command not found error.
sphinx-multiversion docs build/html
Also
$ sphinx-multiversion sphinx-multiversion: command not found
Below is my conf.py
... # -- General configuration extensions = [ 'sphinxcontrib.httpdomain', 'sphinxcontrib.httpexample', 'sphinx.ext.doctest', 'sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.intersphinx', 'sphinx.ext.autosectionlabel', 'linuxdoc.rstFlatTable', 'sphinx_multiversion' //extension added here ] ...
The text was updated successfully, but these errors were encountered:
Hi, this does sound like your local PATH env setup is borked.
Sorry, something went wrong.
No branches or pull requests
I am currently using Sphinx and building html pages using the command
sphinx-build docs build/html
.I installed multiversion using:
pip install sphinx-multiversion
But when I execute:
sphinx-multiversion docs build/html
, I get command not found error.Also
Below is my conf.py
The text was updated successfully, but these errors were encountered: