Skip to content

Commit

Permalink
Fix 3.0.2 docs, use latest theme (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
avilaton authored and sloria committed May 18, 2020
1 parent 13eb99a commit 053b4d3
Show file tree
Hide file tree
Showing 70 changed files with 78 additions and 27,546 deletions.
8 changes: 5 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
build:
image: latest
version: 2
python:
version: 3.6
pip_install: true
install:
- requirements: docs/requirements.txt
- method: setuptools
path: .
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==1.0.0
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 053b4d3

Please sign in to comment.