Fix building of the docs #1886

Merged
g1itch merged 4 commits from doc-fix into v0.6 2021-11-23 19:59:55 +01:00
g1itch commented 2021-11-21 19:44:09 +01:00 (Migrated from github.com)

Hi!

These changes should fix the recent failed builds on RTFD and empty pages under pybitmessage.bitmessageqt section.

Preview

Hi! These changes should fix the recent failed builds on RTFD and [empty pages](https://pybitmessage.readthedocs.io/en/v0.6/autodoc/pybitmessage.bitmessageqt.settings.html) under `pybitmessage.bitmessageqt` section. [Preview](https://pybitmessage-test.readthedocs.io/en/doc-fix/autodoc/pybitmessage.bitmessageqt.settings.html)
PeterSurda (Migrated from github.com) approved these changes 2021-11-22 15:57:53 +01:00
PeterSurda (Migrated from github.com) left a comment

I don't understand it but it doesn't seem to affect anything that I worry breaking so I'm ok with it.

I don't understand it but it doesn't seem to affect anything that I worry breaking so I'm ok with it.
g1itch commented 2021-11-22 16:05:16 +01:00 (Migrated from github.com)

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?

> 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](https://readthedocs.org/projects/pybitmessage/builds/) currently on pybitmessage.readthedocs.io?
g1itch (Migrated from github.com) reviewed 2021-11-22 16:22:06 +01:00
@ -1,2 +1,3 @@
m2r
sphinxcontrib-apidoc
docutils<=0.17.1
g1itch (Migrated from github.com) commented 2021-11-22 16:22:06 +01:00

Hmm, it seems that actually this hunk fixes the RTD build, not only my local test with tox.

Hmm, it seems that actually this hunk fixes the RTD build, not only my local test with tox.
g1itch commented 2021-11-22 16:23:59 +01:00 (Migrated from github.com)

tox -r -e py27-doc should reproduce the issue

`tox -r -e py27-doc` should reproduce the issue
PeterSurda commented 2021-11-23 06:44:11 +01:00 (Migrated from github.com)

Don't you see the build failures currently on pybitmessage.readthedocs.io?

What I meant was I'm not sufficiently familiar with tox or sphinx to provide meaningful feedback.

> Don't you see the [build failures](https://readthedocs.org/projects/pybitmessage/builds/) currently on pybitmessage.readthedocs.io? What I meant was I'm not sufficiently familiar with tox or sphinx to provide meaningful feedback.
This repo is archived. You cannot comment on pull requests.
No description provided.