Skip to content

lxylxy123456/lxylxy123456.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sphinx notes

From Dec 24, 2021, use Sphinx and Read The Docs theme.

Notes on setting up Sphinx:

sudo pip3 install sphinx recommonmark sphinx_rtd_theme
sphinx-quickstart
vi conf.py
	extensions = ['recommonmark']
	html_theme = 'sphinx_rtd_theme'

Sphinx source directory is /src, build html will create the website root in /src/_build/html. GitHub wants the website root to be at /docs, so we use a symbolic link. This is done automatically using /build.sh

Reference: https://tech.michaelaltfield.net/2020/07/18/sphinx-rtd-github-pages-1/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published