Skip to content

Commit

Permalink
fix: Sphinx version and remove rm for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan committed Jan 15, 2024
1 parent 8509b52 commit de3db2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx==4.3.0
sphinx==5.0.0
sphinx_rtd_theme
sphinx-autodoc-typehints
2 changes: 0 additions & 2 deletions test/test_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import os
import os.path as osp
import shutil
import subprocess
from pathlib import Path

Expand Down Expand Up @@ -96,7 +95,6 @@ def names_in_mod_cache():

git_file_names_in_order = setup_git_repository_and_get_ordered_files()
os.chdir("..")
shutil.rmtree("tmp")

mod.set_done()
assert names_in_mod_cache() == git_file_names_in_order, "set_done() performs git-sorting"
Expand Down

0 comments on commit de3db2c

Please sign in to comment.