Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruslo/read_the_docs_template

Sphinx configuration template with the Sphinx-Immaterial theme for the Read the Docs
https://github.com/ruslo/read_the_docs_template

readthedocs sphinx

Last synced: about 2 months ago
JSON representation

Sphinx configuration template with the Sphinx-Immaterial theme for the Read the Docs

Awesome Lists containing this project

README

        

- ``setup_venv.py`` Setup Python virtual environment with dependencies from ``requirements.txt``
- ``run_build.py`` Build Sphinx documentation
- ``run_clean.py`` Remove temporary documentation files
- ``make_release.py`` Update ``release`` in ``conf.py`` and create Git tag

Dependencies
------------

Required system packages:

.. code-block:: none

$ apt -y install python3-venv
$ apt -y install python3-enchant
$ apt -y install git