<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/tests/test_build_html.py, branch 3.3.x</title>
<subtitle>github.com: sphinx-doc/sphinx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/'/>
<entry>
<title>refactor: Remove rst_epilog from test-root/conf.py</title>
<updated>2020-10-05T16:53:29+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-10-05T16:53:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=4f19f400bfb22f0549c69718f193371c6d9208fa'/>
<id>4f19f400bfb22f0549c69718f193371c6d9208fa</id>
<content type='text'>
I found test-root defines rst_epilog in its conf.py.  It causes
side-effects to many test cases in Sphinx's testing because test-root
is widely used.  This removes the configuration from test-root not to
cause side-effects to our testings.

Note: We already have test cases for rst_epilog in test_util_rst.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I found test-root defines rst_epilog in its conf.py.  It causes
side-effects to many test cases in Sphinx's testing because test-root
is widely used.  This removes the configuration from test-root not to
cause side-effects to our testings.

Note: We already have test cases for rst_epilog in test_util_rst.
</pre>
</div>
</content>
</entry>
<entry>
<title>respond to review comments</title>
<updated>2020-10-01T15:12:39+00:00</updated>
<author>
<name>Robert Cohn</name>
<email>robert.s.cohn@intel.com</email>
</author>
<published>2020-10-01T15:12:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=3d81abef9cc8c765d3cf5bc419b21917243cf56d'/>
<id>3d81abef9cc8c765d3cf5bc419b21917243cf56d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add parallel to SphinxTestApp</title>
<updated>2020-10-01T00:47:56+00:00</updated>
<author>
<name>Robert Cohn</name>
<email>robert.s.cohn@intel.com</email>
</author>
<published>2020-10-01T00:47:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=c08214fe92c8ab61219ce46af0ff634a57b8431c'/>
<id>c08214fe92c8ab61219ce46af0ff634a57b8431c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix our test failed with pygments-2.7.0</title>
<updated>2020-09-13T01:42:07+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-09-13T00:16:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=85b24a2e88ea71edc728aff3b078d34c2f374f06'/>
<id>85b24a2e88ea71edc728aff3b078d34c2f374f06</id>
<content type='text'>
Since pygments-2.7.0, it has changed the style of output HTML.
That makes our test broken.  This fixes it to pass with new pygments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since pygments-2.7.0, it has changed the style of output HTML.
That makes our test broken.  This fixes it to pass with new pygments.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Remove search link from test-root</title>
<updated>2020-07-18T07:57:51+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-02-03T13:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=081dcd23c156cb65ab4aaa21e1a70437a4ee4884'/>
<id>081dcd23c156cb65ab4aaa21e1a70437a4ee4884</id>
<content type='text'>
To make EPUB output valid, remove a search link from test-root.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make EPUB output valid, remove a search link from test-root.
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #7849: html: Add html_codeblock_linenos_style</title>
<updated>2020-07-11T11:59:38+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-06-27T17:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=6dfbc5108e8883dfc0c5347759e45af2cfb71694'/>
<id>6dfbc5108e8883dfc0c5347759e45af2cfb71694</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let option directive support args in the form of foo[=bar]</title>
<updated>2020-06-03T15:35:00+00:00</updated>
<author>
<name>Luke Lau</name>
<email>luke_lau@icloud.com</email>
</author>
<published>2020-06-02T16:56:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=1e7d9269e935d8e2e7cf6d962a3179b5f46a7263'/>
<id>1e7d9269e935d8e2e7cf6d962a3179b5f46a7263</id>
<content type='text'>
This slightly tweaks the regex so that command line flags of the form
foo[=N] are properly split up. This is useful for any programs that can
take `--foo` as a flag on its own as well as with an extra argument
`--foo=12`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This slightly tweaks the regex so that command line flags of the form
foo[=N] are properly split up. This is useful for any programs that can
take `--foo` as a flag on its own as well as with an extra argument
`--foo=12`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename fips_safe_md5 to md5</title>
<updated>2020-05-05T08:12:41+00:00</updated>
<author>
<name>Lars Hupfeldt</name>
<email>lhn@hupfeldtit.dk</email>
</author>
<published>2020-05-05T08:12:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=8bbc7b83c059e099db41dc8774c155cb1723e9aa'/>
<id>8bbc7b83c059e099db41dc8774c155cb1723e9aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce fips_safe_md5, see issue #7611</title>
<updated>2020-05-04T22:50:51+00:00</updated>
<author>
<name>Lars Hupfeldt</name>
<email>lhn@hupfeldtit.dk</email>
</author>
<published>2020-05-04T22:50:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=1b8415a1c1c1b82338327eb14ac4872d753c5b73'/>
<id>1b8415a1c1c1b82338327eb14ac4872d753c5b73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #7301: capital characters are not allowed for node_id</title>
<updated>2020-03-29T14:55:56+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-03-24T16:43:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=7aa5584a47d269aa656a4d8a296aa56e2c69dc6c'/>
<id>7aa5584a47d269aa656a4d8a296aa56e2c69dc6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
