[sphinx-users] What Sphinx changes on gh-pages branch

2020-10-20 Thread bradley...@gmail.com
I am using sphinx to build my github pages. 
When a file .rst changes, I get changes in the following files:

.doctrees/environment.pickle
.doctrees/.doctree
_sources/.rst.txt
 objects.inv 
.html

I like to update my documentation corresponding to the master branch (the 
bleeding edge) often. This includes changes to the release notes that say 
what is different each time. I am worried that worried that this will cause 
the size of my github repository to grow significantly. Has this been a 
problem ? Is sphinx designed with this use case in mind ?

-- 
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 sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/03c1a340-f3f3-4ce0-a372-9b5100cea7e5n%40googlegroups.com.


Re: [sphinx-users] Re: [sphinxjp.themes.htmlslide] Throws 'No theme found' (Sphinx beginner)

2020-10-20 Thread Varenne Riocha
Hi Matt

Thanks for the reply. In fact I had a virtualenv also ready. So I did this:
$ source .pythonenv/bin/activate
$ pip3 install sphinxjp.themes.htmlslide
(ran without problems)
$ sphinx-quickstart myslides
$ cd myslides/
$ make html
(I get the expected web site)
$ vi conf.py
(changed html_theme = 'htmlslide')
$ make html
Sphinx v3.2.1 in Verwendung
loading pickled environment... erledigt

Theme error:
no theme named 'htmlslide' found (missing theme.conf?)
make: *** [Makefile:20: html] Fehler 2

So the same reaction. Something more is missing. All help appreciated.

Varenne

-- 
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 sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/CAD54bZFH3Gt6YVQ_v0SvFMOzcONcYu7%3D5qxAbqENb0AV%2B2dMfg%40mail.gmail.com.