allynt / django-singleton2

A Django Reusable App for singletons. Mostly written to understand how to create a Django Reusable Apps.
https://django-singleton2.readthedocs.io/
MIT License
0 stars 0 forks source link

can sphinx-quickstart use templates from HTTP? #9

Open allynt opened 1 year ago

allynt commented 1 year ago

The "--templatedir" argument to sphinx-quickstart lets me override the default templates by pointing to a local directory. Can I point to a remote server instead?