That is how I generate my home page: https://davedittrich.github.io/
I use this Makefile from the Sphinx source directory to copy/commit to the
GitHub Pages repo before pushing.
# Don't put trailing slash here: add it in rsync
# commands where necessary because its existence means
# something.
GH
Hi sphinx-users,
maybe I have a weird requirements or more like a question whether the
following is possible using sphinx.
I'm using Python code to define testcases using a predefined testing
framework (pyATS).
So within this framework, test cases are defined as Python classes with
multiple tes