autokey/autokey.github.io

Curious, how should I install extension recommonmark? no exception: No module named 'recommonmark'

tomachinz opened this issue · 1 comments

when I
sphinx-build -a -E -b html . ./docs

then I get
`Running Sphinx v7.2.6

Extension error:
Could not import extension recommonmark (exception: No module named 'recommonmark')

Python 3.12.3 (main, Jul 31 2024, 17:43:48) [GCC 13.2.0] on linux
`

check out the github workflow - it is essentially a build script for the documentation that starts from scratch

https://github.com/autokey/autokey.github.io/blob/master/.github/workflows/pages.yml

pip install sphinx recommonmark sphinx-rtd-theme sphinx-epytext enum-tools[sphinx]
is the relevant command