是否可以将sphinx预生成的html文档上传到ReadTheDocs网站?

问题描述 投票:18回答:1

我有一个使用plot-directive的python-3项目,但目前ReadTheDocs不支持。因此,我想像通常使用PyPi存储库一样生成和上传文档,但是使用-r选项指定不同的URL。

我尝试了以下,但它失败了:

$ python3 setup.py build_sphinx register upload_docs -r https://readthedocs.org/pypi
running upload_docs
Using PyPI login from /home/user/.pypirc
Using upload directory /home/user/work/wltp.git/docs/_build/html
Submitting documentation to https://readthedocs.org/wltp/pypi
Upload failed (404): OK

我也尝试了以下网址,但没有任何效果:

我正在努力实现(原则上)可能吗?

python matplotlib python-sphinx pypi read-the-docs
1个回答
1
投票

现在应根据this issue修正问题。

© www.soinside.com 2019 - 2024. All rights reserved.