Skip to content

Commit

Permalink
rtd fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
parashardhapola committed Jul 26, 2024
1 parent 839675b commit 12324f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
9 changes: 4 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sys.path.insert(0, os.path.abspath("../.."))

project = "Scarf"
copyright = "2023, Parashar Dhapola"
copyright = "2020-2024, Parashar Dhapola"
author = "Parashar Dhapola"

extensions = [
Expand Down Expand Up @@ -53,7 +53,6 @@
"path_to_docs": "docs/source",
"use_download_button": True,
"use_fullscreen_button": True,
"single_page": False,
"home_page_in_toc": True,
"extra_navbar": "",
"logo_only": True,
Expand All @@ -64,9 +63,9 @@
htmlhelp_basename = "ScarfDoc"
man_pages = [(master_doc, "scarf", "Scarf Documentation", [author], 1)]

execution_allow_errors = True
jupyter_execute_notebooks = "auto"
execution_timeout = 5000
nb_execution_allow_errors = True
nb_execution_mode = "auto"
nb_execution_timeout = 5000

import matplotlib

Expand Down
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ def run(self):
core_requirements = read_lines('requirements.txt')
extra_requirements = read_lines('requirements_extra.txt')

install_requires = (
["pybind11"]
+ [x.strip() for x in open("requirements.txt")]
+ ["dask[array]", "dask[dataframe]"]
)
dependency_links = []

setup(
name="scarf",
version=version,
Expand Down

0 comments on commit 12324f0

Please sign in to comment.