We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -sP' running build running build_py creating build creating build/lib creating build/lib/manhole copying src/manhole/__init__.py -> build/lib/manhole copying src/manhole/cli.py -> build/lib/manhole running egg_info writing src/manhole.egg-info/PKG-INFO writing dependency_links to src/manhole.egg-info/dependency_links.txt writing entry points to src/manhole.egg-info/entry_points.txt writing top-level names to src/manhole.egg-info/top_level.txt reading manifest file 'src/manhole.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '__pycache__/*' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS.rst' warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.dylib' found anywhere in distribution writing manifest file 'src/manhole.egg-info/SOURCES.txt' copying /builddir/build/BUILD/manhole-1.8.1/src/manhole.pth -> build/lib $ PYTHONPATH=/builddir/build/BUILD/manhole-1.8.1 sphinx-build-3 docs html Running Sphinx v7.2.6 making output directory... done Theme error: no theme named 'furo' found (missing theme.conf?)
I don't really know anything about Sphinx, so I have no idea what could be going wrong here.
The text was updated successfully, but these errors were encountered:
It's just a missing dependency, you should have these for building docs: https://github.com/ionelmc/python-manhole/blob/master/docs/requirements.txt
Sorry, something went wrong.
No branches or pull requests
I don't really know anything about Sphinx, so I have no idea what could be going wrong here.
The text was updated successfully, but these errors were encountered: