Fixes based on review

This commit is contained in:
Gustaf Hallberg 2015-10-23 20:35:04 +02:00
parent cf268bb309
commit dd44a619f2
5 changed files with 11 additions and 7 deletions

View File

@ -167,5 +167,5 @@ projects are a real match made in heaven."
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.

View File

@ -179,5 +179,5 @@ linkcheck_ignore = [ #Some sites work in browser but linkcheck fails.
r'http://wiki.commonjs.org',
r'http://vk.com',
r'http://$']
linkcheck_anchors = False # This breaks on links that use # for other stuff
linkcheck_timeout = 30

View File

@ -154,7 +154,7 @@ Extension for browsing RSS feeds of podcasts and stream the episodes.
Mopidy-Podcast-gpodder
==========================
======================
https://github.com/tkem/mopidy-podcast-gpodder

View File

@ -118,7 +118,7 @@ To install, run::
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.
Also the web client used for Wouter's popular `Pi Musicbox

View File

@ -33,7 +33,6 @@ deps =
deps = -r{toxinidir}/docs/requirements.txt
changedir = docs
commands = sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
sphinx-build -b linkcheck -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:flake8]
deps =
@ -41,3 +40,8 @@ deps =
flake8-import-order
pep8-naming
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