TEST: Switch to new quantecon-sphinx-theme (Theme #2) + collect Feedback#475
TEST: Switch to new quantecon-sphinx-theme (Theme #2) + collect Feedback#475
Conversation
Replace quantecon-book-theme with quantecon-sphinx-theme from https://github.com/QuantEcon/quantecon-sphinx-theme Changes: - environment.yml: Replace quantecon-book-theme==0.15.1 with quantecon-sphinx-theme installed from git main branch - _config.yml: Update html_theme to quantecon_sphinx_theme and adapt theme options to match the new theme's configuration schema This is a TEST PR to evaluate the new theme. DO NOT MERGE.
|
This is a DEMO of a second theme that includes "features" of our theme, still minimal but is distinctively different to our current theme. This theme could serve two purposes:
|
|
I am not convinced about the name
|
|
@kp992 I have been working on a second QuantEcon theme that we could use for non-core QuantEcon lectures - i.e. topic series. Here is a prototype. It has many of the same features from the QuantEcon theme but it is a bit more minimal and focuses on the content. https://699d241d064feca2f249791b--epic-agnesi-957267.netlify.app/intro If you had any time I would welcome any feedback on the design. What works? What doesn't work? What you like? What you don't like? (cc: @HumphreyYang, @nisha617, @jstac) |
|
Comments (please edit):
|

Test PR: New QuantEcon Sphinx Theme
This PR replaces
quantecon-book-themewith the newquantecon-sphinx-theme.Changes
quantecon-book-theme==0.15.1withquantecon-sphinx-themeinstalled from the git main branchhtml_themefromquantecon_book_themetoquantecon_sphinx_themehtml_theme_optionsto use the new theme's configuration schema (color_scheme, dark_mode, toc_sticky, toc_autoexpand, etc.)Purpose
This is a test PR to evaluate the new theme's rendering with our lecture content. Review the CI build output to assess compatibility.