Skip to content

Commit

Permalink
remove travis (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nabil Freij authored Aug 3, 2022
1 parent 9429516 commit d96ac5f
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 103 deletions.
File renamed without changes.
9 changes: 3 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ABlog is a Sphinx extension that converts any documentation or personal website
* :ref:`sidebars`
* :ref:`disqus-integration`
* :ref:`Font-Awesome integration <font-awesome>`
* :doc:`manual/auto-github-pages-deploys`
* :doc:`manual/markdown`

.. _installation:
Expand All @@ -18,13 +17,11 @@ Installation

You can install ABlog using `pip <https://pip.pypa.io/en/stable/>`__::

pip install -U ablog
pip install -U ablog

or `miniconda <https://docs.conda.io/en/latest/miniconda.html>`__::
or `miniforge <https://github.com/conda-forge/miniforge>`__::

conda config --add channels conda-forge
conda config --set channel_priority strict
conda install ablog
conda install ablog

This will also install `Sphinx <http://sphinx-doc.org/>`__, `feedgen <https://github.com/lkiesow/python-feedgen>`__, and `Invoke <https://www.pyinvoke.org/>`__ respectively required for building your website, making it look good, generating feeds, and running deploy commands.

Expand Down
97 changes: 0 additions & 97 deletions docs/manual/auto-github-pages-deploys.rst

This file was deleted.

Binary file removed docs/manual/images/GitHub_token.png
Binary file not shown.
Binary file removed docs/manual/images/TravisCI_accounts.png
Binary file not shown.
Binary file removed docs/manual/images/TravisCI_global.png
Binary file not shown.
Binary file removed docs/manual/images/TravisCI_login.png
Binary file not shown.
Binary file removed docs/manual/images/TravisCI_settings.png
Binary file not shown.

0 comments on commit d96ac5f

Please sign in to comment.