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 · 1 comment
Open

sphinx-multiversion: command not found #92

sachin-suresh-rapyuta opened this issue Aug 2, 2022 · 1 comment
Labels
type:question Non-actionable user question

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

@BurningEnlightenment
Copy link
Member

Hi, this does sound like your local PATH env setup is borked.

@BurningEnlightenment BurningEnlightenment added the type:question Non-actionable user question label Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:question Non-actionable user question
Projects
None yet
Development

No branches or pull requests

2 participants