Skip to content

A demo project with an in-tree Sphinx extension that lists other documents selected by labels

Notifications You must be signed in to change notification settings

webknjaz/sphnx-link-by-labels-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWUbanner

In-tree Sphinx example, with a directive linking docs having certain labels

How to build this

  1. Install the deps

    pip install -r requirements.in -c requirements.txt
  2. Run the build

    sphinx-build -b html -j auto -d ./build/doctrees -T -n -W --keep-going -E ./source/ ./build/
  3. Open it

    xdg-open "$(pwd)"/build/index.html