-
Notifications
You must be signed in to change notification settings - Fork 3
Installation and setup
Seo Panel edited this page Sep 19, 2019
·
2 revisions
pip install -U Sphinx
Ref: http://www.sphinx-doc.org/en/master/
git clone https://github.com/seopanel/Seo-Panel-Docs.git
cd Seo-Panel-Docs
make html
It will create build files in the folder => Seo-Panel-Docs/_build/html/
Take the folder in browser like below link
http://localhost/Seo-Panel-Docs/_build/html/
That will show the html output of our project.
Edit .rst files to add changes to the doc during build.
Eg:
Seo-Panel-Docs/plugins.rst Seo-Panel-Docs/plugins/link-diagnosis.rst