s2t2 / learning-sphinx

Home Page:https://learning-sphinx-mjr-2022.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Sphinx / Restructured Text

Setup environment and install Sphinx:

conda create -n docs-env python=3.10

conda activate docs-env

pip install -r requirements.txt

Getting Started:

cd docs/

# first time only:
sphinx-quickstart

Build HTML (from the docs directory):

make html

open -a"Google Chrome" build/html/index.html

Build latex:

make latex

References: