diff --git a/.readthedocs.yml b/.readthedocs.yml index df21951e..9ba73b6d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -19,5 +19,4 @@ python: - method: pip path: . extra_requirements: - - docs - - requirements: doc/requirements_docs.txt \ No newline at end of file + - docs \ No newline at end of file diff --git a/doc/requirements_docs.txt b/doc/requirements_docs.txt deleted file mode 100644 index b20f1835..00000000 --- a/doc/requirements_docs.txt +++ /dev/null @@ -1,3 +0,0 @@ -sphinx>=7.0.1 -sphinx-bluebrain-theme>=0.4.1 -sphinx_autodoc_typehints>=1.23.2 \ No newline at end of file