diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 505c8e55..841d5195 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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: . \ No newline at end of file diff --git a/dispatches/case_studies/renewables_case/DoubleLoopOptimization.ipynb b/dispatches/case_studies/renewables_case/DoubleLoopOptimization.ipynb index 6876b470..5df35302 100644 --- a/dispatches/case_studies/renewables_case/DoubleLoopOptimization.ipynb +++ b/dispatches/case_studies/renewables_case/DoubleLoopOptimization.ipynb @@ -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",