Skip to content

Commit

Permalink
run.py: Sphinx warnings should be errors. lemon24#326
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon24 committed Nov 25, 2023
1 parent 2851b3f commit d12e287
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ However, the plugin used the internal :ref:`parser` API
and stored old tweets alongside the rendered HTML content
to avoid retrieving them again when updating the thread/entry.

You can still find the code
`on GitHub <https://github.com/lemon24/reader/blob/3.6/src/reader/_plugins/twitter.py>`_.
You can still find the code on GitHub:
`twitter.py <https://github.com/lemon24/reader/blob/3.6/src/reader/_plugins/twitter.py>`_.


.. _tumblr_gdpr:
Expand All @@ -84,8 +84,8 @@ including machine-readable RSS feeds).
This plugin is a good example of how to set cookies
on the Requests session used to retrieve feeds.

You can still find the code
`on GitHub <https://github.com/lemon24/reader/blob/3.6/src/reader/_plugins/tumblr_gdpr.py>`_.
You can still find the code on GitHub:
`tumblr_gdpr.py <https://github.com/lemon24/reader/blob/3.6/src/reader/_plugins/tumblr_gdpr.py>`_.



Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function typing {


function docs {
make -C docs html "$@"
make -C docs html SPHINXOPTS="-W" "$@"
}


Expand Down

0 comments on commit d12e287

Please sign in to comment.