eclipse-score / eclipse-score/docs-as-code
Sphinx config should not have pathlib instances
Offen
bug
waiting_for_author
- Vorherrschende Sprache
- Python
- Sterne
- 10
- Forks
- 32
- Ø Merge
- 23 Std. 52 Min.
- Gemergte PRs (30 T.)
- 52
Beschreibung
During the implementation of https://github.com/eclipse-score/docs-as-code/pull/283 I observed that pathlib instances are created in the Sphinx configuration.
Affected path `needs.external_needs[0].json_path`.
Those can not be reflected in a declarative configuration such as TOML.
Paths should be stored as strings to be loadable from external TOML files.
It also makes sense for configuration pickling that Sphinx does for incremental builds.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.