Skip to content

Commit

Permalink
rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mishalkin committed Sep 30, 2019
1 parent 43116ee commit cc7664b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 281 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ __pycache__/
*.so

.idea*

Pipfile*
poetry*
# Distribution / packaging
.Python
build/
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:
- method: pip
path: .
extra_requirements:
- docs
- docs/source

sphinx:
configuration: docs/source/conf.py
14 changes: 0 additions & 14 deletions Pipfile

This file was deleted.

266 changes: 0 additions & 266 deletions Pipfile.lock

This file was deleted.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ build = 'build.py'

[tool.poetry.dependencies]
python = "^3.7"
cython = "^0.29.13"

sphinx = { version = "^2.2", optional = true }
sphinx_rtd_theme = { version = "^0.4.3", optional = true }


[tool.poetry.extras]
docs = ["sphinx", "sphinx_rtd_theme"]

Expand Down

0 comments on commit cc7664b

Please sign in to comment.