Fix building of the docs #1886
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-10#1886
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "doc-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi!
These changes should fix the recent failed builds on RTFD and empty pages under
pybitmessage.bitmessageqt
section.Preview
I don't understand it but it doesn't seem to affect anything that I worry breaking so I'm ok with it.
Don't you see the build failures currently on pybitmessage.readthedocs.io?
@ -1,2 +1,3 @@
m2r
sphinxcontrib-apidoc
docutils<=0.17.1
Hmm, it seems that actually this hunk fixes the RTD build, not only my local test with tox.
tox -r -e py27-doc
should reproduce the issueWhat I meant was I'm not sufficiently familiar with tox or sphinx to provide meaningful feedback.