diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b9621cc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: python +# command to install dependencies +install: + - "sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/testing/requirements.txt" + - "sudo pip install -r requirements.txt" +# command to run tests +script: sphinx-build -n -b html -d _build/doctrees . _build/html +after_script: curl -X POST http://readthedocs.org/build/limnoria-doc +# Flags used here, not in `make html`: +# -n Run in nit-picky mode. Currently, this generates warnings for all missing references. +# -W Turn warnings into errors. This means that the build stops at the first warning and sphinx-build exits with exit status 1. diff --git a/contribute/translate.rst b/contribute/translate.rst index 8d98d64..bedc7c1 100644 --- a/contribute/translate.rst +++ b/contribute/translate.rst @@ -118,7 +118,7 @@ translation guide and send me your .po files by mail. You can choose either one of this way to do it. Mikaela's way ------------- +------------- Send the fi.po (or whatever the name is) files one by one as an attachment. Don't forget to tell me what plugin it is. diff --git a/develop/index.rst b/develop/index.rst index 02f2788..6a6e10a 100644 --- a/develop/index.rst +++ b/develop/index.rst @@ -37,4 +37,3 @@ Library reference irclib.rst commands.rst ircmsgs.rst - ircdb.rst diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d93aaf7 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +sphinx +git+https://github.com/ProgVal/Limnoria.git@testing diff --git a/use/index.rst b/use/index.rst index 417487f..2534108 100644 --- a/use/index.rst +++ b/use/index.rst @@ -12,5 +12,4 @@ The Supybot user guide configuration.rst capabilities.rst faq.rst - plugins/index.rst httpserver.rst