.flake8
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
tox.ini
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/SUPPORT.md
.github/dependabot.yml
.github/workflows/ci-cron.yaml
.github/workflows/ci.yaml
docs/.gitignore
docs/Makefile
docs/_rst_epilog.rst
docs/changelog.md
docs/conf.py
docs/documenteer.toml
docs/index.rst
docs/dev/development.rst
docs/dev/index.rst
docs/dev/release.rst
docs/dev/api/documenteer.conf.rst
docs/dev/api/documenteer.ext.rst
docs/dev/api/documenteer.requestsutils.rst
docs/dev/api/documenteer.sphinxconfig.rst
docs/dev/api/documenteer.sphinxext.rst
docs/dev/api/documenteer.sphinxrunner.rst
docs/dev/api/documenteer.stackdocs.rst
docs/dev/api/index.rst
docs/guides/badges.rst
docs/guides/configuration-preset.rst
docs/guides/configuration.rst
docs/guides/diagrams.rst
docs/guides/extend-conf-py.rst
docs/guides/index.rst
docs/guides/organization.rst
docs/guides/overview.rst
docs/guides/pyproject-configuration.rst
docs/guides/rst-epilog.rst
docs/guides/tabsets.rst
docs/guides/toml-reference.rst
docs/pipelines/build-overview.rst
docs/pipelines/configuration.rst
docs/pipelines/cpp-api-linking.rst
docs/pipelines/index.rst
docs/pipelines/install.rst
docs/pipelines/package-docs-cli.rst
docs/pipelines/stack-docs-cli.rst
docs/sphinx-extensions/autocppapi.rst
docs/sphinx-extensions/autodocreset.rst
docs/sphinx-extensions/docushare-reference.rst
docs/sphinx-extensions/index.rst
docs/sphinx-extensions/jira-reference.rst
docs/sphinx-extensions/lsst-pybtex-style.rst
docs/sphinx-extensions/lssttasks.rst
docs/sphinx-extensions/package-toctree.rst
docs/sphinx-extensions/remote-code-block.rst
docs/technotes/configuration.rst
docs/technotes/index.rst
docs/technotes/refresh-lsst-bib.rst
licenses/README.md
licenses/astropy-helpers.txt
licenses/sphinx-issue.txt
licenses/sphinx.txt
src/documenteer/__init__.py
src/documenteer/packagemetadata.py
src/documenteer/py.typed
src/documenteer/requestsutils.py
src/documenteer/sphinxrunner.py
src/documenteer/utils.py
src/documenteer/version.py
src/documenteer.egg-info/PKG-INFO
src/documenteer.egg-info/SOURCES.txt
src/documenteer.egg-info/dependency_links.txt
src/documenteer.egg-info/entry_points.txt
src/documenteer.egg-info/requires.txt
src/documenteer.egg-info/top_level.txt
src/documenteer/assets/favicon.ico
src/documenteer/assets/rubin-favicon-transparent-32px.png
src/documenteer/assets/rubin-favicon.svg
src/documenteer/assets/rubin-pydata-theme.css
src/documenteer/assets/rubin-titlebar-imagotype-dark.svg
src/documenteer/assets/rubin-titlebar-imagotype-light.svg
src/documenteer/bin/__init__.py
src/documenteer/bin/buildstackdocs.py
src/documenteer/bin/refreshlsstbib.py
src/documenteer/conf/__init__.py
src/documenteer/conf/_toml.py
src/documenteer/conf/_utils.py
src/documenteer/conf/guide.py
src/documenteer/conf/pipelines.py
src/documenteer/conf/pipelinespkg.py
src/documenteer/conf/technote.py
src/documenteer/ext/__init__.py
src/documenteer/ext/autocppapi.py
src/documenteer/ext/autodocreset.py
src/documenteer/sphinxconfig/__init__.py
src/documenteer/sphinxconfig/stackconf.py
src/documenteer/sphinxconfig/technoteconf.py
src/documenteer/sphinxconfig/utils.py
src/documenteer/sphinxext/__init__.py
src/documenteer/sphinxext/bibtex.py
src/documenteer/sphinxext/jira.py
src/documenteer/sphinxext/lsstdocushare.py
src/documenteer/sphinxext/mockcoderefs.py
src/documenteer/sphinxext/packagetoctree.py
src/documenteer/sphinxext/remotecodeblock.py
src/documenteer/sphinxext/utils.py
src/documenteer/sphinxext/lssttasks/__init__.py
src/documenteer/sphinxext/lssttasks/configfieldlists.py
src/documenteer/sphinxext/lssttasks/crossrefs.py
src/documenteer/sphinxext/lssttasks/pyapisummary.py
src/documenteer/sphinxext/lssttasks/taskutils.py
src/documenteer/sphinxext/lssttasks/topiclists.py
src/documenteer/sphinxext/lssttasks/topics.py
src/documenteer/stackdocs/__init__.py
src/documenteer/stackdocs/build.py
src/documenteer/stackdocs/doxygen.py
src/documenteer/stackdocs/doxygentag.py
src/documenteer/stackdocs/packagecli.py
src/documenteer/stackdocs/pkgdiscovery.py
src/documenteer/stackdocs/rootdiscovery.py
src/documenteer/stackdocs/stackcli.py
src/documenteer/stackdocs/data/cppreference-doxygen-web.tag.xml
src/documenteer/stackdocs/data/doxygen.defaults.conf
src/documenteer/stackdocs/data/mainpage.dox
src/documenteer/templates/pydata/layout.html
tests/conftest.py
tests/test_conf_toml.py
tests/test_conf_utils.py
tests/test_ext_autocppapi.py
tests/test_packagemetadata.py
tests/test_refreshlsstbib.py
tests/test_sphinxconfig_stackconf.py
tests/test_sphinxconfig_utils.py
tests/test_sphinxext_jira.py
tests/test_sphinxext_lsstdocushare.py
tests/test_sphinxext_lssttasks_taskutils.py
tests/test_sphinxext_mockcoderefs.py
tests/test_sphinxext_packagetoctree.py
tests/test_sphinxext_utils.py
tests/test_stackdocs_build.py
tests/test_stackdocs_doxygen.py
tests/test_stackdocs_doxygentag.py
tests/test_stackdocs_pkgdiscovery.py
tests/test_stackdocs_rootdiscovery.py
tests/test_technoteconf.py
tests/data/afw.doxygen.conf
tests/data/doxygen.tag.zip
tests/data/package_alpha/doc/doxygen.conf.in
tests/data/package_alpha/doc/manifest.yaml
tests/data/package_alpha/doc/_static/package_alpha/README.md
tests/data/package_alpha/doc/package.alpha/index.rst
tests/data/package_alpha/doc/package_alpha/index.rst
tests/data/package_alpha/include/README.md
tests/data/package_alpha/src/README.md
tests/data/package_beta/doc/README.md
tests/roots/test-autocppapi/conf.py
tests/roots/test-autocppapi/doxygen.tag.zip
tests/roots/test-autocppapi/index.rst