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


On 21.08.20 10:10, Matthias Geier wrote:
> Dear list.
>
> I've recently created a new Sphinx HTML theme named "insipid". Its
> documentation (and at the same time a usage example) can be found at:
>
> https://insipid-sphinx-theme.readthedocs.io/
>
> The usage should be really simple:
>
> 1. Install the Python package insipid-sphinx-theme
> 2. Add html_theme = 'insipid' to your conf.py
> 3. Run Sphinx!
>
> It would be great if you could try it out and give feedback (either
> here on the list or at
> https://github.com/mgeier/insipid-sphinx-theme/issues)!
>
> There are certainly many things that can (and should) be improved, I'd
> love to hear your suggestions. Since the theme is very new, I think
> I'm willing to accept quite drastic changes if necessary. Nothing is
> set in stone, so please don't be shy with your suggestions!
>
> There aren't a lot of example projects yet, I've just tried it out on
> a few projects I'm currently working on:
>
> https://nbsphinx.readthedocs.io/en/insipid-theme/
> https://python-rtmixer.readthedocs.io/
> https://mg.readthedocs.io/
> https://jupyter-format.readthedocs.io/
> https://audioscenedescriptionformat.readthedocs.io/
>
> I've mostly tested the theme on multiple browsers on Linux and
> Android, it would be great to get some coverage on Windows, macOS, iOS
> and whatever other OS you are using!
>
> cheers,
> Matthias
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/081af09c-c177-5c6f-3839-0836a9ada581%40gmail.com.

Reply via email to