TEST: Switch to new quantecon-sphinx-theme (Theme #2) + collect Feedback - #475
TEST: Switch to new quantecon-sphinx-theme (Theme #2) + collect Feedback#475mmcky wants to merge 1 commit into
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) |
|
Closing this — it did its job as a design prototype, and it's no longer a useful place to carry the work forward. Status at close: conflicts with The bigger reason: the repo is migrating to Jupyter Book 2 / the MyST CLI, which replaces the entire The design feedback collected above has been carried over to the theme repo, where it belongs:
A fresh test build will be opened once the theme project is re-established. Correction to an earlier version of this comment. It claimed the preview build here predated the theme's mathjax fixes and that the rendering complaints above were therefore probably stale. That was wrong. All 15 commits in |





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.