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

https://github.com/davidjnevin/sphinx-md-setup

A deeper look at the functionalities of Sphinx Documentation system
https://github.com/davidjnevin/sphinx-md-setup

Last synced: 3 months ago
JSON representation

A deeper look at the functionalities of Sphinx Documentation system

Awesome Lists containing this project

README

        

# Sphinx Template

A Sphinx setup built for insertion into projects.

Features included:

- Runs in `markdown` not `reStructuredText`
- Project title -> HTML title
- Page front matter title -> HTML page title.
- Text snippets replacements in seperate `.py`
- Active todolist from code base comments
- Google docstring ready
- Using [Furo](https://pradyunsg.me/furo) theme

*Requirements.txt* contains the pip requirements.

## To install

[Install Sphinx](https://www.sphinx-doc.org/en/master/usage/installation.html)

Clone the repo.

Run pip -r requirements.txt

Delete `empty.txt' from "_static" folder.

Should be good to go.