j-martin / sphinx-guru-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sphinx-guru-builder

Installation

$ pip install sphinx-guru-builder

Usage

  1. Add the extension to your conf.py.
extensions = [
    "sphinx_guru_builder",
]
  1. Optionally, add html_published_location to create a link on each page to the original docs.
html_published_location = "https://example.com/docs"`
  1. Build your docs.
$ sphinx-build -b guru source_dir build_dir
  1. Upload the generated guru.zip file in the parent directory of the build_dir.

See Guru API docs for instruction on how to upload the archive.

About


Languages

Language:Python 97.7%Language:HTML 2.3%