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 committed May 18, 2020
1 parent 729fea5 commit c180d03
Show file tree
Hide file tree
Showing 71 changed files with 83 additions and 27,548 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: .
4 changes: 2 additions & 2 deletions dev-requirements-py3.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r dev-requirements.txt
aiohttp>=0.21.0
webtest-aiohttp>=1.1.0
aiohttp>=0.21.0; python_version >= '3.6'
webtest-aiohttp>=1.1.0; python_version >= '3.6'
4 changes: 2 additions & 2 deletions 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.13.0
Expand All @@ -20,7 +20,7 @@ Django>=1.6.5
bottle>=0.12.3
tornado>=4.0
pyramid>=1.5.2
webapp2>=2.5.2
webapp2>=2.5.2; python_version < '3.6'
falcon>=0.3.0

# Syntax checking
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 c180d03

Please sign in to comment.