Skip to content

Commit

Permalink
Merge pull request #30 from weikang9009/master
Browse files Browse the repository at this point in the history
(docs) migrate from readthedocs configuration file v1 to v2
  • Loading branch information
weikang9009 committed Jun 18, 2019
2 parents 7b2561e + 56783cd commit 7b41230
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 11 deletions.
6 changes: 5 additions & 1 deletion doc/_static/pysal-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,8 @@
.label {
color: #222222;
font-size: 100%;
}
}

div.body {
max-width: 1080px;
}
25 changes: 19 additions & 6 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
formats: all


python:
version: 3.5
setup_py_install: true
pip_install: true
extra_requirements:
- tests
- docs
version: 3.7
install:
- requirements: requirements.txt
- method: pip
path: .
extra_requirements:
- tests
- docs
5 changes: 2 additions & 3 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sphinx>=1.4.3
sphinxcontrib-napoleon
sphinx_gallery
sphinxcontrib-bibtex
sphinx_bootstrap_theme
numpydoc
nbsphinx
nbsphinx
matplotlib
1 change: 0 additions & 1 deletion requirements_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ nose-progressive
nose-exclude
coverage
coveralls
matplotlib

0 comments on commit 7b41230

Please sign in to comment.