|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## 0.7.1 (2023-02-23) |
| 4 | + |
| 5 | +Fixes: |
| 6 | + |
| 7 | +- Temporarily pinning Mermaid to 9.4.0 in the User Guide configuration to workaround a change in the Mermaid CDN. |
| 8 | + |
3 | 9 | ## 0.7.0 (2022-10-20)
|
4 | 10 |
|
5 | 11 | - Documenteer provides a new Sphinx configuration profile for general Rubin user guide projects, `documenteer.conf.guide`.
|
@@ -108,7 +114,7 @@ Fixes:
|
108 | 114 |
|
109 | 115 | - Documenteer works with the latest version of [sphinxcontrib-bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex).
|
110 | 116 | Both the new (`documenteer.conf.technote`) and old (`documenteer.sphinxconfig.technoteconf`) versions of the technote configuration use the new `bibtex_bibfiles` configuration variable.
|
111 |
| - Version 2.0.0 or later of `sphinxcontrib-bibtex`_ is now required because of that package's API. |
| 117 | + Version 2.0.0 or later of `sphinxcontrib-bibtex`\_ is now required because of that package's API. |
112 | 118 |
|
113 | 119 | ## 0.6.2 (2020-10-08)
|
114 | 120 |
|
@@ -213,7 +219,7 @@ Fixes:
|
213 | 219 | ## 0.5.5 (2019-12-09)
|
214 | 220 |
|
215 | 221 | - Technote configuration now uses `yaml.safe_load` instead of `yaml.load`.
|
216 |
| - See the [pyyaml docs for details](https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation). |
| 222 | + See the [pyyaml docs for details](<https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation>). |
217 | 223 | [[DM-22537](https://jira.lsstcorp.org/browse/DM-22537)]
|
218 | 224 |
|
219 | 225 | ## 0.5.4 (2019-11-03)
|
@@ -339,7 +345,7 @@ Fixes:
|
339 | 345 | This configuration is critical:
|
340 | 346 |
|
341 | 347 | 1. It is actually responsible for ensuring that inherited members of classes appear in our docs.
|
342 |
| - 2. Without this, classes that have a `__slots__` attribute (typically through inheritance of a `collections.abc` class) won't have *any* of their members documented. See (DM-16102)(https://jira.lsstcorp.org/browse/DM-16102) for discussion. |
| 348 | + 2. Without this, classes that have a `__slots__` attribute (typically through inheritance of a `collections.abc` class) won't have _any_ of their members documented. See (DM-16102)(https://jira.lsstcorp.org/browse/DM-16102) for discussion. |
343 | 349 |
|
344 | 350 | - `todo` directives are now hidden when using `build_pipelines_lsst_io_configs`.
|
345 | 351 | They are still shown, by default, for standalone package documentation builds, which are primarily developer-facing.
|
@@ -373,7 +379,7 @@ Fixes:
|
373 | 379 | - Add `documenteer.sphinxconf.stackconf.build_pipelines_lsst_io_configs` to configure the Sphinx build of the https://github.com/lsst/pipelines_lsst_io repo.
|
374 | 380 | This pattern lets us share configurations between per-package documentation builds and the "stack" build in `pipelines_lsst_io`.
|
375 | 381 |
|
376 |
| - - Replaced the third-party `astropy_helpers`_ package with the numpydoc_ and `sphinx-automodapi`_ packages. |
| 382 | + - Replaced the third-party `astropy_helpers`_ package with the numpydoc_ and `sphinx-automodapi`\_ packages. |
377 | 383 | This helps reduce the number of extraneous dependencies needed for Stack documentation.
|
378 | 384 |
|
379 | 385 | - `autoclass_content` is now `"class"`, fitting the LSST DM standards for writing class docstrings, and not filling out `__init__` docstrings.
|
@@ -468,7 +474,7 @@ Fixes:
|
468 | 474 |
|
469 | 475 | ## 0.1.10 (2016-12-14)
|
470 | 476 |
|
471 |
| -Includes prototype support for LSST Science Pipelines documentation, as part of `DM-6199 <https://jira.lsstcorp.org/browse/DM-6199>`__: |
| 477 | +Includes prototype support for LSST Science Pipelines documentation, as part of `DM-6199 <https://jira.lsstcorp.org/browse/DM-6199>`\_\_: |
472 | 478 |
|
473 | 479 | - Added dependencies to [breathe](http://breathe.readthedocs.io/en/latest/), [astropy-helpers](https://github.com/astropy/astropy-helpers) and the [lsst-sphinx-bootstrap-theme](https://github.com/lsst-sqre/lsst-sphinx-bootstrap-theme) to generally coordinate LSST Science Pipelines documentation dependencies.
|
474 | 480 | - Created `documenteer.sphinxconfig.stackconf` module to centrally coordinate Science Pipelines documentation configuration. Much of the configuration is based on [astropy-helper's Sphinx configuration](https://github.com/astropy/astropy-helpers/blob/master/astropy_helpers/sphinx/conf.py) since the LSST Science Pipelines documentation is heavily based upon Astropy's Sphinx theme and API reference generation infrastructure.
|
|
0 commit comments