Skip to content

robopsi/sentry-doc-support

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sentry Sphinx Extension

This repository contains sphinx support for embedding the documentation.

To use it, put this at the end of the `conf.py`:

python

if os.environ.get('SENTRY_FEDERATED_DOCS') != '1':

sys.path.insert(0, os.path.abspath('_sentryext')) import sentryext sentryext.activate()

About

Documentation support for the federated documentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%