Skip to content

nadyawilliams/rtd-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Template for the Read the Docs tutorial

This GitHub template includes fictional Python library with some basic Sphinx docs:

This test documentation:

Building HTML locally for testing

  1. Install prerequisites

    pip install sphinx
    pip install sphinx_rtd_theme
  2. Check out repo and build

    git clone https://github.com/nadyawilliams/rtd-tutorial
    cd rtd-tutorial/docs
    make html
  3. Point your browser to build/html/index.html.

optional yamldoc sphinx integration

This is for reference only. The integration is described in http://chrisbcole.me/yamldoc/sphinx/

However it does not support autosummary-like inclusion of python or other language files.

Keep for a reference

pip3 install recommonmark
pip3 install sphinx-markdown-tables
pip3 install yamldoc

Edit conf.py file per above link info

Create md files from yaml files via

yamldoc file.yaml > file.md

Using yamldoc locally to create md files is ok, however Main build on read the docs fails in importing sphinx_markdown_tables module. Comment out in conf.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published