forked from Uberspace/lab
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PyPI packages, fix errors and warnings (Uberspace#1823)
* Update PiPy dependencies * The extlinks extension expects None instead of an empty string * Set language to a defined value, None is no longer supported * html_theme_path is no longer needed and raises a warning now * Remove display_version option. This is deprecated since version 3.0.0: Removed in favor of version_selector and language_selector. * Direct use of the spelling directive is deprecated, use ".. spelling:word-list::" * Fix critical error: Incomplete section title. * Fix error: Anonymous hyperlink mismatch: 1 references but 0 targets. * Fix errors due to wrong formatting of code block * Fix error: Content block expected for the "sidebar" directive; none found. [docutils] * Fix error: Unexpected indentation. [docutils] * Fix warning: Title overline/underline too short. * Fix warning: line number spec is out of range * Fix warning: Inline interpreted text or phrase reference start-string without end-string. * Fix warning: line number spec is out of range and remove unnecessary emphasis * Fix warning: correctly indent nested lists * Fix warning: Literal block expected; none found. * Fix warning: line number spec is out of range and remove unnecessary emphasis * Fix warning: Literal block expected; none found. * Fix warning: Use valid JSON for correct markup The warning is: Lexing literal_block 'storage: ...' as "json" resulted in an error at token: 's'. * Fix warning: undefined label: 'download latest release and extract' * Fix warning: Pygments Lexer Name 'txt' is unknown * Include howto_upgrade_node_apps, which was not includeed in any toctree * Fix warning: Enumerated list ends without a blank line; unexpected unindent.
- Loading branch information
Showing
48 changed files
with
107 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
-e ./authorship | ||
feedgen==0.9.0 | ||
feedgen==1.0.0 | ||
pre-commit==3.5.* | ||
Sphinx==4.4.0 | ||
sphinx-autobuild==2021.3.* | ||
sphinx-notfound-page==0.3 | ||
sphinx-rtd-theme==1.0.* | ||
sphinxcontrib-applehelp==1.0.2 | ||
Sphinx==7.1.2 | ||
sphinx-autobuild==2021.03.* | ||
sphinx-notfound-page==1.0.4 | ||
sphinx-rtd-theme==3.0.1 | ||
sphinxcontrib-applehelp==1.0.4 | ||
sphinxcontrib-devhelp==1.0.2 | ||
sphinxcontrib-htmlhelp==2.0.0 | ||
sphinxcontrib-mermaid==0.9.2 | ||
sphinxcontrib-htmlhelp==2.0.1 | ||
sphinxcontrib-mermaid==1.0.0 | ||
sphinxcontrib-qthelp==1.0.3 | ||
sphinxcontrib-serializinghtml==1.1.5 | ||
sphinxcontrib-spelling==7.1.0 | ||
sphinxcontrib-spelling==8.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.. highlight:: console | ||
|
||
.. spelling:: | ||
.. spelling:word-list:: | ||
Pohl | ||
|
||
.. author:: Thomas Hoffmann <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.. highlight:: console | ||
|
||
.. spelling:: | ||
.. spelling:word-list:: | ||
Chez | ||
|
||
.. author:: luto <http://luto.at> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,6 @@ | |
|
||
.. highlight:: console | ||
|
||
.. sidebar:: Logo | ||
|
||
|
||
######## | ||
Dendrite | ||
######## | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.. highlight:: console | ||
|
||
.. spelling:: | ||
.. spelling:word-list:: | ||
superduper | ||
|
||
.. author:: Christian Kantelberg <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.. author:: Lukas Herzog <[email protected]> | ||
|
||
.. spelling:: | ||
.. spelling:word-list:: | ||
Tselegidis | ||
english | ||
french | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.. highlight:: console | ||
|
||
.. spelling:: | ||
.. spelling:word-list:: | ||
Nodemule | ||
|
||
.. author:: Achim | pxlfrk <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.. highlight:: console | ||
|
||
.. spelling:: | ||
.. spelling:word-list:: | ||
sbt | ||
|
||
.. author:: Raphael Höser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
.. tag:: sso | ||
.. tag:: lang-java | ||
|
||
.. spelling:: | ||
.. spelling:word-list:: | ||
Keycloak | ||
|
||
.. sidebar:: Logo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.. highlight:: console | ||
|
||
.. spelling:: | ||
.. spelling:word-list:: | ||
memproportion | ||
|
||
.. author:: jorsn <[email protected]> | ||
|
Oops, something went wrong.