eclipse-score / eclipse-score/docs-as-code
Sphinx config should not have pathlib instances
Ouverte
bug
waiting_for_author
- Langage dominant
- Python
- Étoiles
- 10
- Forks
- 32
- Merge moyen
- 23 h 52 min
- PR mergées (30 j)
- 52
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.