Skip to content
/ sphinx-template Public template

Template repository for starting new sphinx documents

Notifications You must be signed in to change notification settings

AnyBody/sphinx-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnyBody Sphinx template

This template is used to easily create sphinx pages using Markdown. It uses the sphinx book theme, but can be easily changed:

Pages are written in MyST Markdown which makes it easy write basic pages, while maintaining the full power of sphinx.

Quickstart

All documenation files are placed in the Docs/ subfolder. They can be moved if another directory structure if needed.

The theme requires a few Python libraries to build. These are easily install with conda.

  1. Install Sphinx Python build environment.

    conda env create -f Docs/environment.yaml
    
  2. Customize the Docs/conf.py file to adapt project as needed. (delete quickstart.md and customize/.

  3. To build the sphinx documenation's HTML pages run the following: 🎉

    conda activate sphinx
    cd Docs
    make html
    

Development tips/tricks

About

Template repository for starting new sphinx documents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published