Configuration & UseΒΆ
To use this template:
Download or
git clonethe f5-sphinx-themeCopy contents of this repo to a new directory
cp -Rf . /path/to/your/docscd /path/to/your/docsEdit
docs/conf.pyModify the following lines:
classname = "Your Class Name"github_repo = "https://github.com/f5devcentral/your-class-repo"
Build docs
./containthedocs-build.sh(see Build Scripts below)Open the
docs/_build/html/index.htmlfile on you system in a web browserEdit the
*.rstfiles as needed for your classRebuild docs as needed using
./containthedocs-build.sh