Skip to content

Commit

Permalink
Merge pull request #89 from GregaVrbancic/gen-docs
Browse files Browse the repository at this point in the history
fixes docs building
  • Loading branch information
GregaVrbancic committed Feb 24, 2018
2 parents 5a80cfa + 10857cd commit 80f0b49
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Expand Up @@ -2,4 +2,4 @@ requirements_file: docs/requirements.txt
build:
image: latest
python:
version: 2.7
version: 3.6
1 change: 0 additions & 1 deletion Pipfile
Expand Up @@ -38,4 +38,3 @@ singledispatch = "*"
configparser = "*"
Sphinx = "*"
sphinx_rtd_theme = "*"
sphinxcontrib-email = "*"
51 changes: 10 additions & 41 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/requirements.txt
Expand Up @@ -21,4 +21,3 @@ urllib3==1.22
XlsxWriter==1.0.2
numpy==1.14.0
scipy==1.0.0
sphinxcontrib-email==0.1
3 changes: 1 addition & 2 deletions docs/source/conf.py
Expand Up @@ -48,8 +48,7 @@
'sphinx.ext.coverage',
'sphinx.ext.mathjax',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinxcontrib.email'
'sphinx.ext.viewcode'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/contributing_to_niapy.rst
Expand Up @@ -7,7 +7,7 @@ Code of Conduct
---------------
This project and everyone participating in it is governed by the :doc:`/code_of_conduct`.
By participating, you are expected to uphold this code. Please report unacceptable behavior
to :email:`niapy.organization@gmail.com`.
to niapy.organization@gmail.com.

How Can I Contribute?
---------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Expand Up @@ -13,7 +13,7 @@ Requirements
- Windows: `download <http://mingw.org/download/installer>`_ [:doc:`/guides/mingw_installation`]
- Mac: `download <http://developer.apple.com/xcode>`_
- Linux: `download <http://www.gnu.org/software/make>`_
- pipenv: `docs <http://docs.pipenv.org>`_ (run ``pip install pipenv`` command) * Not available for Windows
- pipenv: `docs <http://docs.pipenv.org>`_ (run ``pip install pipenv`` command)
- Pandoc: `installation docs <http://johnmacfarlane.net/pandoc/installing.html>`_ * optional
- Graphviz: `download <http://www.graphviz.org/Download.php>`_ * optional

Expand Down
2 changes: 1 addition & 1 deletion docs/source/support.rst
Expand Up @@ -7,7 +7,7 @@ Usage Questions
If you have questions about how to use Niapy, or have an issue that isn’t related to a bug, you can place
a question on `StackOverflow <https://stackoverflow.com/>`_.

You can also join us at our `Slack Channel <https://join.slack.com/t/niaorg/shared_invite/enQtMzExMTU2MzM1OTg4LTFlYTUxZDcwZTU4ZTBjZDgzZWE3ZTM5MjE3MjVjOTllNTNmYTVjNjE5ZTEzYTU0YTc4OTJiNWI2MDNiZjY2YjQ>`_ or seek support via :email:`niapy.organization@gmail.com`.
You can also join us at our `Slack Channel <https://join.slack.com/t/niaorg/shared_invite/enQtMzExMTU2MzM1OTg4LTFlYTUxZDcwZTU4ZTBjZDgzZWE3ZTM5MjE3MjVjOTllNTNmYTVjNjE5ZTEzYTU0YTc4OTJiNWI2MDNiZjY2YjQ>`_ or seek support via niapy.organization@gmail.com.

NiaPy is a community supported package, nobody is paid to develop package nor to handle NiaPy support.

Expand Down

0 comments on commit 80f0b49

Please sign in to comment.