Verified Commit cef8e1ad authored by Antoine Beaupré's avatar Antoine Beaupré
Browse files

move documentation to RTD

the gitlab pages was a nice experiment, but there were a few problems:

 1. no PDF/ePUB generation
 2. the virtualenv was not working properly and API rendering was wrong
 3. it was taking lots of resources from gitlab: firing up a container for every page build is too much...
parent 3faa3db9
Loading
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -13,14 +13,3 @@ test:
  script:
  - pip install tox
  - tox -e py36,flake8

pages:
  script:
  - pip install sphinx sphinx-rtd-theme
  - cd doc ; make html
  - mv build/html/ ../public/
  artifacts:
    paths:
    - public
  only:
  - master
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ The program may also be available as an official package from your
Linux distribution.

`Source <https://gitlab.com/anarcat/feed2exec/>`_, `documentation
<https://anarcat.gitlab.io/feed2exec/>`_ and `issues
<https://feed2exec.readthedocs.io/>`_ and `issues
<https://gitlab.com/anarcat/feed2exec/issues>`_ are available on
GitLab.

+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ except ImportError: # pragma: nocover

__description__ = 'The programmable feed reader'
__version__ = version
__website__ = 'https://anarcat.gitlab.io/feed2exec/'
__website__ = 'https://feed2exec.readthedocs.io/'
__prog__ = 'feed2exec'
__author__ = u'Antoine Beaupré'
__email__ = 'anarcat@debian.org'