QuantEcon / QuantEcon/quantecon-book-theme
Disparity of config variable reading between sphinx-book-theme and quantecon-book-theme
Open
@AakashGfude is already working on this.
Since Jan 14, 2021.
- Dominant language
- Jupyter Notebook
- Stars
- 56
- Forks
- 24
- Avg merge
- 4h 33m
- Merged PRs (30d)
- 4
Description
sphinx-book-theme seems to be able to read theme variables like this:
html:
google_analytics_id: your-id
whereas quantecon-book-theme needs the following structure:
sphinx:
config:
html_theme_options:
google_analytics_id: put-id-here
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.