Skip to content

Commit

Permalink
Fixing RTD deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jul 1, 2018
1 parent 1f1792e commit 43cfe74
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build Status](https://travis-ci.org/wemake-services/wemake-python-styleguide.svg?branch=master)](https://travis-ci.org/wemake-services/wemake-python-styleguide)
[![Coverage](https://coveralls.io/repos/github/wemake-services/wemake-python-styleguide/badge.svg?branch=master)](https://coveralls.io/github/wemake-services/wemake-python-styleguide?branch=master)
[![PyPI version](https://badge.fury.io/py/wemake-python-styleguide.svg)](https://badge.fury.io/py/wemake-python-styleguide)
[![Documentation Status](//readthedocs.org/projects/wemake-python-styleguide/badge/?version=latest)](https://wemake-python-styleguide.readthedocs.io/en/latest/?badge=latest)
[![Documentation Status](https://readthedocs.org/projects/wemake-python-styleguide/badge/?version=latest)](https://wemake-python-styleguide.readthedocs.io/en/latest/?badge=latest)


Welcome to the most opinionated linter ever.
Expand Down
1 change: 0 additions & 1 deletion docs/_pages/errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ Errors

.. automodule:: wemake_python_styleguide.errors
:members:

8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))

import os
import sys
sys.path.insert(0, os.path.abspath('..'))


# -- Project information -----------------------------------------------------
Expand Down
5 changes: 3 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ReadTheDocs can no work with poetry yet...
# This file is used to setup env
# to generate documentation.

sphinx-readable-theme==1.3.0
sphinx==1.7.4
sphinxcontrib-napoleon==0.6.1
recommonmark==0.4.0
m2r==0.1.15
12 changes: 11 additions & 1 deletion pyproject.lock
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,15 @@ version = "1.3.0"
[package.dependencies]
Sphinx = ">=1.4"

[[package]]
category = "dev"
description = "Sphinx Readable Theme"
name = "sphinx-readable-theme"
optional = false
platform = "UNKNOWN"
python-versions = "*"
version = "1.3.0"

[[package]]
category = "dev"
description = "Sphinx \"napoleon\" extension."
Expand Down Expand Up @@ -834,7 +843,7 @@ decorator = ">=3.4.0"
six = ">=1.4.0"

[metadata]
content-hash = "2ee8f43ebd856ed646c357b3fdfa3b59badccac577284f3cc7f58865e94177da"
content-hash = "6a8c87235262e308d6eb3e775a80584caf12e4bb62b431b5bc598c741cabb216"
platform = "*"
python-versions = "^3.6"

Expand Down Expand Up @@ -905,6 +914,7 @@ six = ["70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9", "832d
snowballstemmer = ["919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128", "9f3bcd3c401c3e862ec0ebe6d2c069ebc012ce142cce209c098ccb5b09136e89"]
sphinx = ["85f7e32c8ef07f4ba5aeca728e0f7717bef0789fba8458b8d9c5c294cad134f3", "d45480a229edf70d84ca9fae3784162b1bc75ee47e480ffe04a4b7f21a95d76d"]
sphinx-autodoc-typehints = ["1a9df6cb3ba72453ea4bfbe96ea887abc0d796b2ce9508c2189217a1bb69b366", "46cc9e985ee6d8bbbd07fffd95b815c39a72df6afb600f59671f85f7340e7d0d"]
sphinx-readable-theme = ["f5fe65a2e112cb956b366df41e0fc894ff6b6f0e4a4814fcbff692566db47fc0"]
sphinxcontrib-napoleon = ["614b779888629f14dfdfad6c17bffbb6d3813a0a0917a9541651d85384d4d6bd", "cbb31953b15d2102c18f16f02591f92e2614a08ef0218c9e514e2dc4c4f9daf9"]
sphinxcontrib-websupport = ["68ca7ff70785cbe1e7bccc71a48b5b6d965d79ca50629606c7861a21b206d9dd", "9de47f375baf1ea07cdb3436ff39d7a9c76042c10a769c52353ec46e4e8fc3b9"]
stevedore = ["e3d96b2c4e882ec0c1ff95eaebf7b575a779fd0ccb4c741b9832bed410d58b3d", "f1c7518e7b160336040fee272174f1f7b29a46febb3632502a8f2055f973d60b"]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ sphinx-autodoc-typehints = "^1.3"
sphinxcontrib-napoleon = "^0.6.1"
doc8 = "^0.8.0"
m2r = "^0.1.15"
sphinx_readable_theme = "^1.3"

0 comments on commit 43cfe74

Please sign in to comment.