hello, I would like to write something in the rst and it should be printed by rst visualizers (e.g. github) but not on html generated by sphnix
I've found about ".. only:: not html" is this the right way to do it?
nsizemor joined the channel
Not-cab3
[02sphinx] 07tk0miya pushed 032 commits to 03master [+0/-0/±8] 13https://git.io/f49Sf
[02sphinx] 07blueyed 038f94429 - doc: fix func/meth references to Sphinx
[02sphinx] 07tk0miya 03148b471 - Merge pull request #5123 from blueyed/doc-fixes doc: fix func/meth references to Sphinx
ajohnson joined the channel
[02sphinx] 07tk0miya pushed 032 commits to 03master [+0/-0/±2] 13https://git.io/f4HLi
[02sphinx] 07blueyed 03c2b85b9 - doc: fix list with add_object_type This seems to have been accidentally broken in eaaab75ec.
[02sphinx] 07tk0miya 031a47739 - Merge pull request #5120 from blueyed/fix-doc doc: fix list with add_object_type
[02sphinx] 07tk0miya pushed 035 commits to 03master [+0/-0/±14] 13https://git.io/f4Hmo
[02sphinx] 07stephenfin 03c0f42b6 - Escape raw strings These were resulting in the below warning messages when running flake8 under Python 3.6. :48: DeprecationWarning: invalid escape sequence \[ :143: DeprecationWarning: invalid escape sequence \- :250: DeprecationWarning: invalid escape sequence \s Signed-off-by: Stephen Finucane <stephen@that.guru>
[02sphinx] 07stephenfin 0393589a3 - tox: Run everything but unit tests under Python 3 The demise of Python 2.7 is not far off and we intend to drop support for it in Sphinx 2.0. As a result, there probably isn't a better time than now to start testing with Python 3 by default. There are a couple of advantages to this: - flake8 is stricter under Python 3 and we don't need to ignore files with Python 3 syntax -
We get to dogfood Sphinx against its own documentation using Python 3 - pylint gains support for Python 3 syntax Signed-off-by: Stephen Finucane <stephen@that.guru>
[02sphinx] 07stephenfin 032a4827a - make: Default to Python 3 As with the tox change, it makes sense to test things against Python 3 by default now, seeing as that will be the only version supported in Sphinx 2.0. Signed-off-by: Stephen Finucane <stephen@that.guru>
[02sphinx] ... and 2 more commits.
[02sphinx] 07tk0miya pushed 035 commits to 03master [+46/-50/±33] 13https://git.io/f4HYZ
[02sphinx] 07stephenfin 037e27e09 - doc: Rework "builders" document There are a number of cleanup items. - Some paragraphs are reworded or clarified - Semantic markup is added where possible - Everything is wrapped to ~80 characters A number of TODOs are inserted. These will be resolved separately. Signed-off-by: Stephen Finucane <stephen@that.guru>
[02sphinx] 07stephenfin 03b595c4a - doc: Add "builders" to usage guide This is placed in a directory as this document will eventually be split up. However, this is not the day to do this. Signed-off-by: Stephen Finucane <stephen@that.guru>
[02sphinx] 07stephenfin 030b81af6 - doc: Rework "extensions" documents This is mostly spacing and other "niceness" fixes. Signed-off-by: Stephen Finucane <stephen@that.guru>
[02sphinx] ... and 2 more commits.
xorkle joined the channel
djx has quit
ttereshc has quit
djx joined the channel
djx has quit
discopatrick joined the channel
nsizemor has quit
ttereshc joined the channel
xorkle_ joined the channel
stephenfin joined the channel
yasoob__ joined the channel
yasoob__
Hi guys!
I have a problem. I am relatively new to Sphinx. I used it to generate Flask docs locally but the generated PDF does not resemble the one available online