Skip to content

Commit

Permalink
Fix 1.4.0 docs, use latest theme (#516)
Browse files Browse the repository at this point in the history
* Restrict marshmallow version for building docs

* Add latest theme to old docs

* Remove old theme

* Add webargs requirement

* Try insalling as package
  • Loading branch information
avilaton authored and sloria committed May 18, 2020
1 parent beedfb6 commit 9bd4a58
Show file tree
Hide file tree
Showing 71 changed files with 83 additions and 27,546 deletions.
7 changes: 7 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
python:
version: 3.6
install:
- requirements: docs/requirements.txt
- method: setuptools
path: .
6 changes: 3 additions & 3 deletions dev-requirements-py3.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r dev-requirements.txt
# webtest-aiohttp doesn't yet support aiohttp>=2.0.0
aiohttp>=2.3.8
webtest-aiohttp==2.0.0
pytest-aiohttp>=0.3.0
aiohttp>=2.3.8; python_version >= '3.6'
webtest-aiohttp==2.0.0; python_version >= '3.6'
pytest-aiohttp>=0.3.0; python_version >= '3.6'
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Requirements
marshmallow
marshmallow<2.10.3

# Task running
invoke==0.22.1
Expand Down
9 changes: 9 additions & 0 deletions docs/_templates/donate.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% if donate_url %}
<div class="globaltoc">
<ul>
<li class="toctree-l1">
<a href="{{ donate_url }}">Donate</a>
</li>
</ul>
</div>
{% endif %}
11 changes: 11 additions & 0 deletions docs/_templates/sponsors.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<div class="sponsors">
{% if tidelift_url %}
<div class="sponsor">
<a class="image" href="{{ tidelift_url }}">
<img src="https://user-images.githubusercontent.com/2379650/45126032-50b69880-b13f-11e8-9c2c-abd16c433495.png" alt="Sponsor"></a>
<div class="text">Professionally-supported {{ project }} is available with the
<a href="{{ tidelift_url }}">Tidelift Subscription</a>.
</div>
</div>
{% endif %}
</div>
3 changes: 0 additions & 3 deletions docs/_themes/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_themes/LICENSE

This file was deleted.

23 changes: 0 additions & 23 deletions docs/_themes/lucuma/footer.html

This file was deleted.

68 changes: 0 additions & 68 deletions docs/_themes/lucuma/genindex.html

This file was deleted.

28 changes: 0 additions & 28 deletions docs/_themes/lucuma/header.html

This file was deleted.

67 changes: 0 additions & 67 deletions docs/_themes/lucuma/layout.html

This file was deleted.

19 changes: 0 additions & 19 deletions docs/_themes/lucuma/locale-en_t

This file was deleted.

21 changes: 0 additions & 21 deletions docs/_themes/lucuma/locale-es_t

This file was deleted.

10 changes: 0 additions & 10 deletions docs/_themes/lucuma/opensearch.xml

This file was deleted.

12 changes: 0 additions & 12 deletions docs/_themes/lucuma/page.html

This file was deleted.

6 changes: 0 additions & 6 deletions docs/_themes/lucuma/search-form.html

This file was deleted.

20 changes: 0 additions & 20 deletions docs/_themes/lucuma/search.html

This file was deleted.

32 changes: 0 additions & 32 deletions docs/_themes/lucuma/searchresults.html

This file was deleted.

Binary file removed docs/_themes/lucuma/static/favicon.ico
Binary file not shown.
Binary file removed docs/_themes/lucuma/static/fonts/FontAwesome.otf
Binary file not shown.
Binary file not shown.

0 comments on commit 9bd4a58

Please sign in to comment.