Skip to content

Commit ad31326

Browse files
committed
Some final cleanup
1 parent 5052143 commit ad31326

File tree

12 files changed

+59
-47
lines changed

12 files changed

+59
-47
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ package-lock.json
2121
pip-selfcheck.json
2222
sphinx_rtd_theme/static/fonts/Lato/
2323
sphinx_rtd_theme/static/fonts/RobotoSlab/
24+
.python-version
25+
.node-version

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sphinx<2
1+
sphinx
22
sphinxcontrib-httpdomain

sphinx_rtd_theme/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{%- endif %}
2727

2828
{%- if build_id and build_url %}
29-
<span class="build">z
29+
<span class="build">
3030
{# Translators: Build is a noun, not a verb #}
3131
{% trans %}Build{% endtrans %}
3232
<a href="{{ build_url }}">{{ build_id }}</a>.
0 Bytes
Binary file not shown.

sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.po

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n"
1010
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11-
"POT-Creation-Date: 2019-07-24 17:44-0600\n"
11+
"POT-Creation-Date: 2019-07-24 23:51-0600\n"
1212
"PO-Revision-Date: 2019-07-16 15:43-0600\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language: en\n"
@@ -52,29 +52,30 @@ msgstr ""
5252
msgid "Copyright"
5353
msgstr ""
5454

55-
#: sphinx_rtd_theme/footer.html:30
55+
#. Build is a noun, not a verb
56+
#: sphinx_rtd_theme/footer.html:31
5657
msgid "Build"
5758
msgstr ""
5859

59-
#: sphinx_rtd_theme/footer.html:35
60+
#: sphinx_rtd_theme/footer.html:36
6061
msgid "Revision"
6162
msgstr ""
6263

63-
#: sphinx_rtd_theme/footer.html:39
64+
#: sphinx_rtd_theme/footer.html:40
6465
#, python-format
6566
msgid "Last updated on %(last_updated)s."
6667
msgstr ""
6768

68-
#: sphinx_rtd_theme/footer.html:49
69+
#: sphinx_rtd_theme/footer.html:50
6970
#, python-format
7071
msgid "Built with %(sphinx_web)s using a"
7172
msgstr ""
7273

73-
#: sphinx_rtd_theme/footer.html:49
74+
#: sphinx_rtd_theme/footer.html:50
7475
msgid "theme"
7576
msgstr ""
7677

77-
#: sphinx_rtd_theme/footer.html:49
78+
#: sphinx_rtd_theme/footer.html:50
7879
#, python-format
7980
msgid "provided by %(readthedocs_web)s"
8081
msgstr ""
@@ -104,11 +105,12 @@ msgstr ""
104105
msgid "Please activate JavaScript to enable the search functionality."
105106
msgstr ""
106107

107-
#: sphinx_rtd_theme/search.html:33
108+
#. Search is a noun, not a verb
109+
#: sphinx_rtd_theme/search.html:34
108110
msgid "Search Results"
109111
msgstr ""
110112

111-
#: sphinx_rtd_theme/search.html:35
113+
#: sphinx_rtd_theme/search.html:36
112114
msgid ""
113115
"Your search did not match any documents. Please make sure that all words "
114116
"are spelled correctly and that you've selected enough categories."
0 Bytes
Binary file not shown.

sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.po

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n"
88
"Report-Msgid-Bugs-To: [email protected]\n"
9-
"POT-Creation-Date: 2019-07-24 17:44-0600\n"
9+
"POT-Creation-Date: 2019-07-24 23:51-0600\n"
1010
"PO-Revision-Date: 2019-07-16 21:44+0000\n"
1111
"Last-Translator: Anthony <[email protected]>, 2019\n"
1212
"Language: es\n"
@@ -51,29 +51,30 @@ msgstr "Anterior"
5151
msgid "Copyright"
5252
msgstr "Derechos de autor"
5353

54-
#: sphinx_rtd_theme/footer.html:30
54+
#. Build is a noun, not a verb
55+
#: sphinx_rtd_theme/footer.html:31
5556
msgid "Build"
5657
msgstr "Construido"
5758

58-
#: sphinx_rtd_theme/footer.html:35
59+
#: sphinx_rtd_theme/footer.html:36
5960
msgid "Revision"
6061
msgstr "Revisión"
6162

62-
#: sphinx_rtd_theme/footer.html:39
63+
#: sphinx_rtd_theme/footer.html:40
6364
#, python-format
6465
msgid "Last updated on %(last_updated)s."
6566
msgstr "Actualizado por última vez en %(last_updated)s."
6667

67-
#: sphinx_rtd_theme/footer.html:49
68+
#: sphinx_rtd_theme/footer.html:50
6869
#, python-format
6970
msgid "Built with %(sphinx_web)s using a"
7071
msgstr "Construido con %(sphinx_web)s usando un"
7172

72-
#: sphinx_rtd_theme/footer.html:49
73+
#: sphinx_rtd_theme/footer.html:50
7374
msgid "theme"
7475
msgstr "tema"
7576

76-
#: sphinx_rtd_theme/footer.html:49
77+
#: sphinx_rtd_theme/footer.html:50
7778
#, python-format
7879
msgid "provided by %(readthedocs_web)s"
7980
msgstr "proporcionado por %(readthedocs_web)s"
@@ -103,11 +104,12 @@ msgstr "Logotipo"
103104
msgid "Please activate JavaScript to enable the search functionality."
104105
msgstr "Por favor, active JavaScript para habilitar la funcionalidad de búsqueda."
105106

106-
#: sphinx_rtd_theme/search.html:33
107+
#. Search is a noun, not a verb
108+
#: sphinx_rtd_theme/search.html:34
107109
msgid "Search Results"
108110
msgstr "Resultados de la búsqueda"
109111

110-
#: sphinx_rtd_theme/search.html:35
112+
#: sphinx_rtd_theme/search.html:36
111113
msgid ""
112114
"Your search did not match any documents. Please make sure that all words "
113115
"are spelled correctly and that you've selected enough categories."
0 Bytes
Binary file not shown.

sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.po

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n"
1212
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
13-
"POT-Creation-Date: 2019-07-24 17:44-0600\n"
13+
"POT-Creation-Date: 2019-07-24 23:51-0600\n"
1414
"PO-Revision-Date: 2019-07-16 21:44+0000\n"
1515
"Last-Translator: Jesse Tan, 2019\n"
1616
"Language: nl\n"
@@ -55,29 +55,30 @@ msgstr "Vorige"
5555
msgid "Copyright"
5656
msgstr "Copyright"
5757

58-
#: sphinx_rtd_theme/footer.html:30
58+
#. Build is a noun, not a verb
59+
#: sphinx_rtd_theme/footer.html:31
5960
msgid "Build"
6061
msgstr "Bouwsel"
6162

62-
#: sphinx_rtd_theme/footer.html:35
63+
#: sphinx_rtd_theme/footer.html:36
6364
msgid "Revision"
6465
msgstr "Revisie"
6566

66-
#: sphinx_rtd_theme/footer.html:39
67+
#: sphinx_rtd_theme/footer.html:40
6768
#, python-format
6869
msgid "Last updated on %(last_updated)s."
6970
msgstr "Laatste update op %(last_updated)s."
7071

71-
#: sphinx_rtd_theme/footer.html:49
72+
#: sphinx_rtd_theme/footer.html:50
7273
#, python-format
7374
msgid "Built with %(sphinx_web)s using a"
7475
msgstr "Gebouwd met %(sphinx_web)s met een"
7576

76-
#: sphinx_rtd_theme/footer.html:49
77+
#: sphinx_rtd_theme/footer.html:50
7778
msgid "theme"
7879
msgstr "thema"
7980

80-
#: sphinx_rtd_theme/footer.html:49
81+
#: sphinx_rtd_theme/footer.html:50
8182
#, python-format
8283
msgid "provided by %(readthedocs_web)s"
8384
msgstr "geleverd door %(readthedocs_web)s"
@@ -107,11 +108,12 @@ msgstr "Logo"
107108
msgid "Please activate JavaScript to enable the search functionality."
108109
msgstr "Zet JavaScript aan om de zoekfunctie mogelijk te maken."
109110

110-
#: sphinx_rtd_theme/search.html:33
111+
#. Search is a noun, not a verb
112+
#: sphinx_rtd_theme/search.html:34
111113
msgid "Search Results"
112114
msgstr "Zoekresultaten"
113115

114-
#: sphinx_rtd_theme/search.html:35
116+
#: sphinx_rtd_theme/search.html:36
115117
msgid ""
116118
"Your search did not match any documents. Please make sure that all words "
117119
"are spelled correctly and that you've selected enough categories."
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)