lsst-sqre / documenteer

Sphinx extensions, configurations, and tooling for Rubin Observatory documentation projects
https://documenteer.lsst.io
MIT License
5 stars 3 forks source link

Extension that patches deprecated directive in docstrings #85

Open jonathansick opened 4 years ago

jonathansick commented 4 years ago

DM's usage of deprecated results in an ill-formatted deprecated directive that results in poor formatting and warnings during the Sphinx build of pipelines.lsst.io. Perhaps we can create a custom "lsst-deprecated" role and dynamically replace the deprecated directives during an autodoc hook?

See DM-20704