Metadata-Version: 2.1
Name: canonical-sphinx
Version: 0.2.0
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: sphinx <8,>=7.1.2
Requires-Dist: furo
Requires-Dist: myst-parser
Requires-Dist: linkify-it-py
Provides-Extra: dev
Requires-Dist: canonical-sphinx[full] ; extra == 'dev'
Requires-Dist: build ; extra == 'dev'
Requires-Dist: coverage[toml] ==7.6.1 ; extra == 'dev'
Requires-Dist: pytest ==8.3.2 ; extra == 'dev'
Requires-Dist: pytest-cov ==5.0.0 ; extra == 'dev'
Requires-Dist: pytest-mock ==3.14.0 ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: canonical-sphinx[full] ; extra == 'docs'
Requires-Dist: sphinx-lint ; extra == 'docs'
Requires-Dist: sphinx-autobuild <2024.2.5 ; extra == 'docs'
Provides-Extra: full
Requires-Dist: canonical-sphinx-extensions ; extra == 'full'
Requires-Dist: sphinx-copybutton ; extra == 'full'
Requires-Dist: sphinx-design ; extra == 'full'
Requires-Dist: sphinx-notfound-page ; extra == 'full'
Requires-Dist: sphinx-reredirects ; extra == 'full'
Requires-Dist: sphinx-tabs ; extra == 'full'
Requires-Dist: sphinxcontrib-jquery ; extra == 'full'
Requires-Dist: sphinxext-opengraph ; extra == 'full'
Requires-Dist: pyspelling ; extra == 'full'
Provides-Extra: lint
Requires-Dist: canonical-sphinx[full] ; extra == 'lint'
Requires-Dist: black ==24.8.0 ; extra == 'lint'
Requires-Dist: codespell[toml] ==2.3.0 ; extra == 'lint'
Requires-Dist: ruff ==0.6.2 ; extra == 'lint'
Requires-Dist: yamllint ==1.35.1 ; extra == 'lint'
Provides-Extra: types
Requires-Dist: canonical-sphinx[full] ; extra == 'types'
Requires-Dist: mypy[reports] ==1.11.2 ; extra == 'types'
Requires-Dist: pyright ==1.1.378 ; extra == 'types'

****************
canonical-sphinx
****************

Extension and theme to create great Canonical-branded documentation.

Description
-----------
TODO

Structure
---------
TODO

How to migrate existing projects
--------------------------------
TODO


.. _EditorConfig: https://editorconfig.org/
.. _pre-commit: https://pre-commit.com/
.. _ReadTheDocs: https://docs.readthedocs.io/en/stable/intro/import-guide.html
.. _use this template: https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template
