Great work! Thanks for sharing here.
I now switched to this theme for one of my private sites
https://hw.saffre-rumma.net/
Luc
PS After installing it as instructed, I had the following
traceback. But it went away after saying "pip install -U jinja2"
(i.e. i had some older version of jinja, sphinx_rtd_theme had no
problems with that, but insipid had)
Traceback (most recent call last):
File
"/home/luc/virtualenvs/py3/lib/python3.6/site-packages/sphinx/cmd/build.py",
line 279, in build_main
args.tags, args.verbosity,
args.jobs, args.keep_going)
File
"/home/luc/virtualenvs/py3/lib/python3.6/site-packages/sphinx/application.py",
line 277, in __init__
self._init_builder()
File
"/home/luc/virtualenvs/py3/lib/python3.6/site-packages/sphinx/application.py",
line 332, in _init_builder
self.builder.init()
File
"/home/luc/virtualenvs/py3/lib/python3.6/site-packages/sphinx/builders/html/__init__.py",
line 219, in init
self.init_templates()
File
"/home/luc/virtualenvs/py3/lib/python3.6/site-packages/sphinx/builders/html/__init__.py",
line 262, in init_templates
self.templates.init(self, self.theme)
File
"/home/luc/virtualenvs/py3/lib/python3.6/site-packages/sphinx/jinja2glue.py",
line 174, in init
self.loaders = [SphinxFileSystemLoader(x) for x in
loaderchain]
File
"/home/luc/virtualenvs/py3/lib/python3.6/site-packages/sphinx/jinja2glue.py",
line 174, in <listcomp>
self.loaders = [SphinxFileSystemLoader(x) for x in
loaderchain]
File
"/home/luc/virtualenvs/py3/lib/python3.6/site-packages/jinja2/loaders.py",
line 163, in __init__
self.searchpath = list(searchpath)
TypeError: 'PosixPath' object is not iterable