Re: [sphinx-users] ANN: Sphinx-3.1.1 is out

2020-07-06 Thread John H Palmieri
On Tuesday, June 30, 2020 at 11:13:11 AM UTC-7, John H Palmieri wrote: > > > > On Tuesday, June 30, 2020 at 4:01:48 AM UTC-7, Matthias Geier wrote: >> >> Hi John and Jörg (and everyone else). >> >> This appeared in version 3.1.0 and has already been reported at >>

[sphinx-users] Sphinx for electronic Lab Notebook

2020-07-06 Thread Jeremy Conlin
I'm looking to update my lab notebook. Currently I use LaTeX, but it is definitely showing its limitations. Does anyone know of someone who has used Sphinx to keep a laboratory notebook? I'd like to have daily entries that I can tag and then filter on those tags. Is this doable with Sphinx?

[sphinx-users] Skip genindex and search for pdf output?

2020-07-06 Thread Ken
Often with Sphinx you'll see something that looks like this in the index.rst file: .. toctree:: another_file one_more_file Index = * :ref:`genindex` * :ref:`search` The last two items, genindex and search, are particularly useful when producing HTML output but just create noise

[sphinx-users] Is it possible to exclude all files by name with exclude_patterns?

2020-07-06 Thread Max Ghenis
I'm using jupyter-book 's exclude_patterns config field (inherited from Sphinx) and am looking to exclude several files named README.md in different folders. I'm having trouble figuring out how to do that, and it's not one of the documented patterns