There are various files in the repo with .old. infix which don't appear to be used
Open
- Dominant language
- Python
- Stars
- 58
- Forks
- 160
- Avg merge
- 5d 11h
- Merged PRs (30d)
- 12
Description
```sh
git ls-files *.old.*
docs/_static/css/custom.old.css
docs/_static/js/custom.old.js
docs/conf.old.py
```
Contributor guide
Research direction
Start with git ls-files '*.old.*' and inspect docs/_static/css/custom.old.css, docs/_static/js/custom.old.js, and docs/conf.old.py for references. Check that these files are not used by the Sphinx documentation, then remove the confirmed-unused files. Done means no obsolete .old. files remain and the documentation still builds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, javascript, python
- Domain
- documentation
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100