From 4896affe0a2888d0dabd859685d14383e09681a8 Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Thu, 19 Sep 2024 09:41:31 +0200 Subject: [PATCH] WIP: testing runnig time --- .readthedocs.yaml | 1 - docs/environment.yml | 1 - docs/requirements.txt | 2 -- docs/source/conf.py | 2 +- 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4051aa25..c15ac7b1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,7 +17,6 @@ build: - verdi presto - verdi daemon start - verdi status - - aiida-pseudo install sssp -x PBEsol - verdi group list - cat /proc/cpuinfo | grep processor | wc -l diff --git a/docs/environment.yml b/docs/environment.yml index 1e6d34f0..a01659b4 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -5,4 +5,3 @@ channels: dependencies: - aiida-core - aiida-core.services - - qe diff --git a/docs/requirements.txt b/docs/requirements.txt index 9933d527..eaab3c16 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,5 +7,3 @@ node-graph anywidget furo matplotlib # for sphinx-gallery -aiida-quantumespresso -aiida-pseudo diff --git a/docs/source/conf.py b/docs/source/conf.py index 9c923434..92d541d8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,7 +56,7 @@ sphinx_src_autogen_dirs = [ "autogen", "concept/autogen", - "tutorial/autogen", + #"tutorial/autogen", "howto/autogen", "built-in/autogen", ]