dojutsu-user / readthedocs-sphinx-ext

This holds code specific for Read the Docs and Sphinx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read the Docs Sphinx Extensions

Pypi Version

Build Status

This module adds extensions that make Sphinx easier to use. Some of them require Read the Docs features, others are just code that we ship and enable during builds on Read the Docs.

We currently ship:

  • An extension for building docs like Read the Docs
  • template-meta - Allows users to specify template overrides in per-page context.

Releasing

  1. Increment the version in setup.py
  2. Tag the release in git: git tag $NEW_VERSION.
  3. Push the tag to GitHub: git push --tags origin master
  4. Upload the package to PyPI:

    $ rm -rf dist/
    $ python setup.py sdist bdist_wheel
    $ twine upload --sign --identity security@readthedocs.org dist/*

About

This holds code specific for Read the Docs and Sphinx

License:MIT License


Languages

Language:Python 100.0%