sphinx_nervproject_theme/CHANGES

111 lines
2.1 KiB
Plaintext
Raw Normal View History

2020-05-16 14:27:03 +02:00
=======
Changes
=======
2020-06-20 01:21:10 +02:00
1.1.2 (*2020-06-21*)
====================
- Update JS and version number.
- Reintroduce Isso support.
2020-06-19 23:49:43 +02:00
1.1.1 (*2020-06-20*)
====================
- Update focus color
2020-06-19 23:39:59 +02:00
1.1.0 (*2020-06-20*)
====================
- Remove dependency of vue, rewrite all JS
- Refactor all CSS
- Add print theme (some bugs must be fixed)
- Add weasyprint theme (some bugs must be fixed)
- Add epub theme (some bugs must be fixed)
2020-06-10 13:34:49 +02:00
1.0.8 (*2020-06-10*)
====================
- Fix some CSS vars
2020-06-05 00:39:00 +02:00
1.0.7 (*2020-06-05*)
====================
- Fix size of tags
2020-06-03 13:18:26 +02:00
1.0.6 (*2020-06-03*)
====================
- Fix error in language template...
2020-06-03 13:11:50 +02:00
1.0.5 (*2020-06-03*)
====================
- Isso uses current language if not provided in conf.
2020-06-03 12:59:01 +02:00
1.0.4 (*2020-06-03*)
====================
- Add external sub-sites for languages.
2020-05-31 01:12:11 +02:00
1.0.3 (*2020-05-31*)
====================
- ABlog is no more needed to build simple site
- Fix some futurewarning
- Fix documentation
- Fix demo site
2020-05-27 16:07:31 +02:00
1.0.2 (*2020-05-27*)
====================
- Fix homepage, requirements and README
1.0.0 (*2020-05-27*)
====================
- Need ablog
- Fork from sphinx_press_theme
- Rewrite stylus to less for CSS vars compatibility
- Nerv Project color style
- Four sub-themes (high/low contrast and light/dark mode) with automatic selection
2020-05-16 14:27:03 +02:00
0.5.0 (*2019-10-01*)
=====================
- new CSS styles to handle Sphinx-specific classes (fixes #26)
- add support for user-provided CSS stylesheets (fixes #25)
- allow support for user-defined external links
0.4.0 (*2019-05-27*)
====================
- fix reading cached toctree data
- fix navlinks that contain `#` anchors
0.3.0 (*2019-04-22*)
====================
- require Sphinx >= 2.0
- inherit from `basic` theme (previously `none`)
- support search
- support showing logo
- add breadcrumbs
- add page navigation on page top
- fix #12: load extensions JS files
- fix #10: don't raise error if there is no toctree
- no navlinks to toctree if there is only one toctree defined
0.2.0 (*2019-03-19*)
====================
- added template domainindex.html
0.1.0 (*2018-08-07*)
====================
- initial release