sphinx-build -b html source/ docs/
Running Sphinx v2.2.1
Extension error:
Could not import extension sphinxcontrib.ansibleautodoc (exception: No module named 'sphinxcontrib.ansibleautodoc')
config file in source/
extensions = ['sphinxcontrib.ansibleautodoc'
]
python 3.7.5
python
Python 3.7.5 (default, Nov 1 2019, 02:16:32)
[Clang 11.0.0 (clang-1100.0.33.8)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sphinxcontrib.ansibleautodoc
>>>
config file in
source/
python 3.7.5