linevych / sentry-doc-support

Documentation support for the federated documentation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%