如何在 readthedocs 上发布我的 github 存储库?
How to publish my github repository on readthedocs?
为了测试,我在github上创建了一个库,访问地址:https://github.com/zibuyule/test2.
在 readthedocs.org 上输入我的 github 帐户并构建最新版本。
在 readthedocs.org 我的地址是:https://readthedocs.org/projects/test-zibuyule/.
点击"read the document"显示404错误页面。试了一下午还是没有解决。
readthedocs.org 有谁发帖成功,请教下。感觉这个东西还是很不错的,希望能用上。
谢谢
我遇到过同样的问题。只需将 .md
文档文件放入存储库的 docs
文件夹中即可。
摘自他们的documentation:
We will look inside a doc or docs directory first, and then default to the top-level of your documentation.
似乎不正确 - 顶级文件夹未扫描 .md
个文件,因此您必须使用 docs
文件夹
为了测试,我在github上创建了一个库,访问地址:https://github.com/zibuyule/test2.
在 readthedocs.org 上输入我的 github 帐户并构建最新版本。
在 readthedocs.org 我的地址是:https://readthedocs.org/projects/test-zibuyule/.
点击"read the document"显示404错误页面。试了一下午还是没有解决。
readthedocs.org 有谁发帖成功,请教下。感觉这个东西还是很不错的,希望能用上。
谢谢
我遇到过同样的问题。只需将 .md
文档文件放入存储库的 docs
文件夹中即可。
摘自他们的documentation:
We will look inside a doc or docs directory first, and then default to the top-level of your documentation.
似乎不正确 - 顶级文件夹未扫描 .md
个文件,因此您必须使用 docs
文件夹