Use this theme#
To use this theme in a repository, follow these steps:
To install the theme, run:
pip install pyos-sphinx-theme
Then, in your conf.py, add:
html_theme = "pyos_sphinx_theme"
This will build the theme in directory docs/_build/html.You can then open docs/_build/html/index.html to see the theme in action.