lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.07k stars 120 forks source link

Remove ./docs directory from git #114

Closed lukasschwab closed 1 year ago

lukasschwab commented 1 year ago

Description

Cleans up #113. Create the docs directory only in CI, as an intermediate for gh-pages deploy as part of the docs.yml workflow.

Confirmed make -B docs succeeds after removing the docs directory.

Breaking changes

List any changes that break the API usage supported on master.

None.

Relevant issues

List GitHub issues relevant to this change.

Checklist