Skip to content

Commit

Permalink
Fix documentation build (#1392)
Browse files Browse the repository at this point in the history
* pin sphinx-bibtex

* add channels param

* fix download link and clear outputs

* fix broken softlinks
  • Loading branch information
epassaro authored Dec 16, 2020
1 parent 0c09399 commit 23ac153
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 4,821 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
environment-file: tardis_env3.yml
activate-environment: tardis
channels: conda-forge
mamba-version: "*"

- name: Install TARDIS
Expand Down
333 changes: 11 additions & 322 deletions docs/quickstart/quickstart.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/using/components/configuration/schemas
1 change: 0 additions & 1 deletion docs/using/components/configuration/schemas/base.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/using/components/configuration/schemas/model.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/using/components/configuration/schemas/montecarlo.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/using/components/configuration/schemas/plasma.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/using/components/configuration/schemas/spectrum.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/using/components/configuration/schemas/supernova.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/using/components/models/examples/abund.dat
2 changes: 1 addition & 1 deletion docs/using/components/models/examples/density.dat
2 changes: 1 addition & 1 deletion docs/using/interaction/custom_source.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
2 changes: 1 addition & 1 deletion docs/using/interaction/old_gui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To use PySide2:
**3**. An example of creating a model and GUI

First, get the example file `tardis_example.yml <https://raw.githubusercontent.com/tardis-sn/tardis/master/docs/models/examples/tardis_example.yml>`_.
First, get the example file `tardis_example.yml <https://raw.githubusercontent.com/tardis-sn/tardis/master/docs/using/components/models/examples/tardis_example.yml>`_.

To download a copy of the atomic database (if you haven't already), add:

Expand Down
4,514 changes: 28 additions & 4,486 deletions docs/using/interaction/physical_quantities.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/using/interaction/tardis_example.yml
2 changes: 1 addition & 1 deletion docs/using/tardis_example.yml
2 changes: 1 addition & 1 deletion tardis_env3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies:
- nbformat
- nbsphinx
- sphinx_bootstrap_theme
- sphinxcontrib-bibtex
- sphinxcontrib-bibtex=1.0
- sphinxcontrib-apidoc
- sphinx_rtd_theme
- recommonmark
Expand Down

0 comments on commit 23ac153

Please sign in to comment.