eclipse-score / eclipse-score/docs-as-code
Sphinx config should not have pathlib instances
Open
bug
waiting_for_author
- Dominant language
- Python
- Stars
- 10
- Forks
- 32
- Avg merge
- 23h 52m
- Merged PRs (30d)
- 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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.