sphinx-doc/sphinx

Some themes do not import CSS from basic

Open

#9 093 ouverte le 12 avr. 2021

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (1 985 forks)batch import
good first issuehelp wantedhtml themetype:enhancement

Métriques du dépôt

Stars
 (5 625 stars)
Métriques de merge PR
 (Merge moyen 10j 11h) (11 PRs mergées en 30 j)

Description

While checking the rendering with #9023 in the different themes I noticed that the following bundled themes inherit from basic but their CSS file does not have the import line @import url("basic.css");:

  • agogo
  • epub
  • nonav
  • scrolls
  • traditional

For maintainability it would be nice to have this import so foundational things can be changed in basic and propagate automatically.

Guide contributeur