sphinx-contrib / multiversion

Sphinx extension for building self-hosted versioned docs.
https://sphinx-contrib.github.io/multiversion/
BSD 2-Clause "Simplified" License
151 stars 68 forks source link

sphinx-multiversion: command not found #92

Open sachin-suresh-rapyuta opened 2 years ago

sachin-suresh-rapyuta commented 2 years ago

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 commented 1 day ago

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