Re: [sphinx-users] sphinx-build always reads and writes outoput for *all* files, updated or not

2020-04-08 Thread Komiya Takeshi
Hi, >updating environment: [config changed ('source_parsers')] 504 added, 1 >changed, 0 removed Could you let me know your `source_parsers` configuration in conf.py please? Note: In latest recommonmark, the source parser is configured automatically. So you don't need to configure it on your

Re: [sphinx-users] sphinx-build always reads and writes outoput for *all* files, updated or not

2020-04-06 Thread mahiviajes agencia en ligne
Hello, I am also looking at the messages you send me every day, but I am going to tell you that I am sending some messages in French or Spanish to help me know a little more about what explains the content of the message. Le lun. 6 avr. 2020 à 21:56, Tzach Livyatan a écrit : > > > On Thursday,

Re: [sphinx-users] sphinx-build always reads and writes outoput for *all* files, updated or not

2020-04-06 Thread Tzach Livyatan
On Thursday, August 8, 2019 at 3:21:44 PM UTC+3, Eric Larson wrote: > > I took a hard look into my config.py but did not find anything similar to >> what you describe here, like an env change. >> > > Part of what I was trying to convey was that these changes can actually be > hidden from you,

Re: [sphinx-users] sphinx-build always reads and writes outoput for *all* files, updated or not

2019-08-23 Thread Paul Everitt
FTR, that, good sir, is a high-quality reply. --Paul On Wednesday, August 7, 2019 at 3:27:59 PM UTC-4, Eric Larson wrote: > > It says "config changed", which means that Sphinx believes that something > in your `conf.py` file has changed. There are a few ways this can happen. > > The first is

Re: [sphinx-users] sphinx-build always reads and writes outoput for *all* files, updated or not

2019-08-08 Thread Eric Larson
> > I took a hard look into my config.py but did not find anything similar to > what you describe here, like an env change. > Part of what I was trying to convey was that these changes can actually be hidden from you, for example caused by sphinx extensions under your hood without your knowledge

Re: [sphinx-users] sphinx-build always reads and writes outoput for *all* files, updated or not

2019-08-08 Thread Tzach Livyatan
Thanks, Eric I took a hard look into my config.py but did not find anything similar to what you describe here, like an env change. I did manage to pinpoint the issue to Sphinx 1.8.1: With 1.8.0, a second consecutive build does nothing, as it should, while on 1.8.1 it reads and writes all the

Re: [sphinx-users] sphinx-build always reads and writes outoput for *all* files, updated or not

2019-08-07 Thread Eric Larson
It says "config changed", which means that Sphinx believes that something in your `conf.py` file has changed. There are a few ways this can happen. The first is that you actually changed some value in `conf.py`, but it sounds like this is not it. The next is that something in your `conf.py` that

[sphinx-users] sphinx-build always reads and writes outoput for *all* files, updated or not

2019-08-07 Thread Tzach Livyatan
Hi all As the subject says, sphinx-build started to update all files, on every run. I suspect it started when I moved to from Sphinx 1.6 to 1.8, but I'm not sure Any idea? Thanks Tzach Example output below $ make preview bin/sphinx-build -b dirhtml -d _build/doctrees . _build/dirhtml