Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove travis #153

Merged
merged 1 commit into from
Aug 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.