-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support of other Sphinx extensions #10
Comments
That's correct. It's definitely possible though if we only ship CPython + pip and then build sphinx lazily in a virtual environment. |
Opening again since I'm interested making this come true. |
Hi, |
Sorry for getting back very late. The idea is:
I didn't figure out how to build a portable Python distribution yet, though.. |
One workaround is to put your extensions in sys.path.append(os.path.abspath('_extensions')) |
A working example: https://github.com/line/armeria/tree/armeria-0.68.2/site/src/sphinx |
@rainer-steinegger I'm curious copying your extensions to your site sources and updating |
adding extensions is possible, but as far as i understand you have to deal with all direct or transitive dependencies manually, which makes including extensions quite erroneous and not so comfortable to do. |
Hi,
I was wondering what would be the best way to add other Sphinx extensions?
As far as I understand, the Sphinx runner is pre-built and therefore it is not really possible to add other extensions after it has been released?
Thanks,
Rainer
The text was updated successfully, but these errors were encountered: