Skip to content

Commit

Permalink
add rtd config
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Dec 11, 2023
1 parent e49c866 commit d43234d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "mambaforge-4.10"
jobs:
pre_build:
# Generate the Sphinx configuration for this Jupyter Book so it builds.
- "jupyter-book config sphinx docs/"


conda:
environment: environment.yml

sphinx:
builder: html
fail_on_warning: true
3 changes: 2 additions & 1 deletion content/intro.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# <font style="font-family:roboto;color:#455e6c;font-size:30px"> <b> Data analysis and workflows in Materials science </b> </font> </td>
# <font style="font-family:roboto;color:#455e6c;font-size:30px"> <b> pyscal </b> </font> </td>

pyscal has the following software packages:


::::::{grid} 2
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dependencies:
- jupyter-book
- plotly
- ipywidgets
- sphinx

0 comments on commit d43234d

Please sign in to comment.