Fixes based on review
This commit is contained in:
parent
cf268bb309
commit
dd44a619f2
@ -167,5 +167,5 @@ projects are a real match made in heaven."
|
|||||||
Partify
|
Partify
|
||||||
-------
|
-------
|
||||||
|
|
||||||
`Partify <http://partify.club/>`_ is a web based MPD client focusing on
|
`Partify <https://github.com/fhats/partify>`_ is a web based MPD client focusing on
|
||||||
making music playing collaborative and social.
|
making music playing collaborative and social.
|
||||||
|
|||||||
@ -174,10 +174,10 @@ intersphinx_mapping = {
|
|||||||
|
|
||||||
# -- Options for linkcheck builder -------------------------------------------
|
# -- Options for linkcheck builder -------------------------------------------
|
||||||
|
|
||||||
linkcheck_ignore = [ #Some sites work in browser but linkcheck fails.
|
linkcheck_ignore = [ # Some sites work in browser but linkcheck fails.
|
||||||
r'http://localhost:\d+/',
|
r'http://localhost:\d+/',
|
||||||
r'http://wiki.commonjs.org',
|
r'http://wiki.commonjs.org',
|
||||||
r'http://vk.com',
|
r'http://vk.com',
|
||||||
r'http://$']
|
r'http://$']
|
||||||
linkcheck_anchors = False #This breaks on links that use # for other stuff
|
|
||||||
linkcheck_timeout = 30
|
linkcheck_anchors = False # This breaks on links that use # for other stuff
|
||||||
|
|||||||
@ -154,7 +154,7 @@ Extension for browsing RSS feeds of podcasts and stream the episodes.
|
|||||||
|
|
||||||
|
|
||||||
Mopidy-Podcast-gpodder
|
Mopidy-Podcast-gpodder
|
||||||
==========================
|
======================
|
||||||
|
|
||||||
https://github.com/tkem/mopidy-podcast-gpodder
|
https://github.com/tkem/mopidy-podcast-gpodder
|
||||||
|
|
||||||
|
|||||||
@ -118,7 +118,7 @@ To install, run::
|
|||||||
Mopidy-MusicBox-Webclient
|
Mopidy-MusicBox-Webclient
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
https://github.com/pimusicbox/Mopidy-MusicBox-Webclient
|
https://github.com/pimusicbox/mopidy-musicbox-webclient
|
||||||
|
|
||||||
The first web client for Mopidy, made with jQuery Mobile by Wouter van Wijk.
|
The first web client for Mopidy, made with jQuery Mobile by Wouter van Wijk.
|
||||||
Also the web client used for Wouter's popular `Pi Musicbox
|
Also the web client used for Wouter's popular `Pi Musicbox
|
||||||
|
|||||||
6
tox.ini
6
tox.ini
@ -33,7 +33,6 @@ deps =
|
|||||||
deps = -r{toxinidir}/docs/requirements.txt
|
deps = -r{toxinidir}/docs/requirements.txt
|
||||||
changedir = docs
|
changedir = docs
|
||||||
commands = sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
commands = sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
||||||
sphinx-build -b linkcheck -d {envtmpdir}/doctrees . {envtmpdir}/html
|
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
deps =
|
deps =
|
||||||
@ -41,3 +40,8 @@ deps =
|
|||||||
flake8-import-order
|
flake8-import-order
|
||||||
pep8-naming
|
pep8-naming
|
||||||
commands = flake8 --show-source --statistics mopidy tests
|
commands = flake8 --show-source --statistics mopidy tests
|
||||||
|
|
||||||
|
[testenv:linkcheck]
|
||||||
|
deps = -r{toxinidir}/docs/requirements.txt
|
||||||
|
changedir = docs
|
||||||
|
commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees . {envtmpdir}/html
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user