Skip to content
New issue

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

sphinx-multiversion: command not found #92

Open
sachin-suresh-rapyuta opened this issue Aug 2, 2022 · 0 comments
Open

sphinx-multiversion: command not found #92

sachin-suresh-rapyuta opened this issue Aug 2, 2022 · 0 comments

Comments

@sachin-suresh-rapyuta
Copy link

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

$ 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.

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
]
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant