-
This repository is used to host a Pages site, see otis.leedsraspjam.co.uk for the finished docs.
-
Built using reStructuredText and Sphinx. Make sure to move the successfull build files from sphinx-dir/build/html to root before committing.
- LICENSE.MD - Contains licensing info for this repo
- /docs - Contains the built html files
- First make sure you have
sphinx,sphinx-rtd-themeandsphinxembeddedvideosinstalled. If you haven't installed these you can runpip3 install [PACKAGE_NAME] - Next navigate to the sphinx-dir and run
make html. This will build the site and put the outputted HTML files inbuild/html - You can then move the HTML files to the root of your web server
- All the source is located in sphinx-dir/source, the index file is sphinx-dir/source/index.rst and each step is labeled
s[STEPNUM].rst. - The project name, copyright info and author can be changed in sphinx-dir/source/conf.py along with any new extensions that are needed.