Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sphinx etc version upgrades #2246

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Sphinx etc version upgrades #2246

wants to merge 7 commits into from

Conversation

plaindocs
Copy link
Contributor

@plaindocs plaindocs commented Oct 23, 2024

We don't have to merge this yet, and especially without testing, but I went down this rabbit hole because I wanted to upgrade ablog to 0.11.11 which removes the spurious parallelization error.

That led to a few other changes and crashed into

Extension error (ablog):
Handler <function builder_inited at 0x7fd8867c5b40> for event 'builder-inited' threw an exception (exception: Found the path from `ablog.get_html_templates_path()` in the `templates_path` variable from `conf.py`. Doing so interferes with Ablog's ability to stay compatible with Sphinx themes that support it out of the box. Please remove `get_html_templates_path` from `templates_path` in your `conf.py` to resolve this.)
make: *** [Makefile:55: html] Error 2

Which probably looks like it'll take more significant work.


📚 Documentation preview 📚: https://writethedocs-www--2246.org.readthedocs.build/

@plaindocs
Copy link
Contributor Author

OK, maybe it's not actually so bad. Just a bunch of these to sort out.

WARNING: in rendering sponsorship/jobs.html: postcard.html is an old template path, that is no longer used by
ablog. Please use ablog/postcard.html instead.
WARNING: in rendering sponsorship/newsletter.html: postcard.html is an old template path, that is no longer used by
ablog. Please use ablog/postcard.html instead.
WARNING: in rendering sponsorship/slack.html: postcard.html is an old template path, that is no longer used by

@plaindocs
Copy link
Contributor Author

OK, so: alog/postcard.html provides information regarding the current post (when on a post page)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant