Metadata-Version: 2.1
Name: xrst
Version: 2024.0.0
Summary: Extract RST files from source code and run Sphinx
Home-page: https://github.com/bradbell/xrst
License: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/bradbell/xrst
Project-URL: Bug Tracker, https://github.com/bradbell/xrst/issues
Keywords: sphinx,rst,documentation,source
Classifier: Topic :: Documentation :: Sphinx
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Requires-Dist: sphinx
Requires-Dist: toml
Requires-Dist: sphinx-copybutton
Requires-Dist: pytest
Requires-Dist: pyenchant
Requires-Dist: pyspellchecker
Requires-Dist: furo
Requires-Dist: sphinx-rtd-theme

# Extract Sphinx RST Files

## Install
This installs the most recent testing version of xrst:

    pip install xrst
    pip uninstall -y xrst
    pip install --index-url https://test.pypi.org/simple/ xrst


## Documentation
https://xrst.readthedocs.io

## Git Repository
https://github.com/bradbell/xrst
