Skip to content

Commit

Permalink
Merge pull request #220 from adam-a-a/fix_rtd
Browse files Browse the repository at this point in the history
Update rtd config file
  • Loading branch information
bknueven authored Dec 20, 2023
2 parents 696dacc + 9c187c1 commit a9e9b7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ version: 2
sphinx:
fail_on_warning: true

build:
os: "ubuntu-22.04"
tools:
python: "3.8"

python:
version: "3.8"
install:
- requirements: requirements-dev.txt
- method: pip
path: .
Original file line number Diff line number Diff line change
Expand Up @@ -1865,7 +1865,6 @@
"source": [
"pd.set_option('display.max_columns', None)\n",
"pd.set_option('display.max_rows', None)\n",
"plt.style.use('seaborn')\n",
"\n",
"df = double_loop_outputs_for_gen(output_dir, rts_gmlc_source_data_path)\n",
"prescient_df = df[df['Model'] == \"Prescient\"].copy()\n",
Expand Down

0 comments on commit a9e9b7a

Please sign in to comment.