sphinx-doc/sphinx

Some themes do not import CSS from basic

Open

#9093 aperta il 12 apr 2021

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Python (1985 fork)batch import
good first issuehelp wantedhtml themetype:enhancement

Metriche repository

Star
 (5625 star)
Metriche merge PR
 (Merge medio 10g 11h) (11 PR mergiate in 30 g)

Descrizione

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.

Guida contributor