You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's the output I get when generating the documentation:
[ 99%] Generating simple text documentation
[ 99%] Built target doc-stext
[ 99%] Generating man pages
[ 99%] Built target doc-man
[100%] Generating single HTML page documentation
/usr/lib/python3.9/site-packages/sphinx/builders/html/__init__.py:626: FutureWarning: The configuration setting "embed_images" will be removed in Docutils 1.2. Use "image_loading: link".
self.docwriter.write(doctree, destination)
[100%] Built target doc-shtml
[100%] Built target doc
I think I've had that warning there for a long time, so getting it fixed might be a good idea in the long term? Anyone here who knows how sphinx works (I don't)? :)
The text was updated successfully, but these errors were encountered:
$ pacman -S community/python-sphinx
resolving dependencies...
warning: cannot resolve "python-requests", a dependency of "python-sphinx"
:: The following package cannot be upgraded due to unresolvable dependencies:
python-sphinx
:: Do you want to skip the above package for this upgrade? [Y/n] Y
looking for conflicting packages...
there is nothing to do
Here's the output I get when generating the documentation:
I think I've had that warning there for a long time, so getting it fixed might be a good idea in the long term? Anyone here who knows how sphinx works (I don't)? :)
The text was updated successfully, but these errors were encountered: