sphinx-doc/sphinx

Some themes do not import CSS from basic

Open

#9,093 opened on 2021年4月12日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Python (1,985 forks)batch import
good first issuehelp wantedhtml themetype:enhancement

Repository metrics

Stars
 (5,625 stars)
PR merge metrics
 (平均マージ 10d 11h) (30d で 11 merged PRs)

説明

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.

コントリビューターガイド