Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Documentation support for the federated documentation.

Notifications You must be signed in to change notification settings

getsentry/sentry-doc-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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:

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.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages