Change content
To add or modify content or add new content in existing page, edit the existing_page.rst
file and save it.
Edit *.rst
file
To add or modify content in existing page, edit the existing_page.rst
file and save it.
Please refer to RST
documentation for reference on the syntax.
Rebuild the project and deploy it
(.venv) usr1@server:~/sphinx$ sphinx-build -M html docs/source/ docs/build/
(.venv) usr1@server:~/sphinx$ cp -R -v docs/build/html /var/www/{website directory}/
Go to the url of your website and refresh. You should see the change applied to your page.