Skip to content

doenicke/sphinx-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sphinx-Demo

Installation

pip install -r requirements

cd docs
sphinx-quickstart

Configuration

conf.py

import sphinx_rtd_theme
sys.path.insert(0, os.path.abspath('..'))

extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.napoleon',
              "sphinx_rtd_theme"]

html_theme = "sphinx_rtd_theme"

Start build server

sphinx-autobuild <project-dir>/docs <project-dir>/docs/_build/html

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages