sphinx-doc/sphinx

Some themes do not import CSS from basic

Open

#9.093 geöffnet am 12. Apr. 2021

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (1.985 Forks)batch import
good first issuehelp wantedhtml themetype:enhancement

Repository-Metriken

Stars
 (5.625 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 10T 11h) (11 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide