eclipse-score / eclipse-score/docs-as-code

Sphinx config should not have pathlib instances

Ouverte
#288 2 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
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.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.