Skip to content

Commit

Permalink
remove setuptools from docs building
Browse files Browse the repository at this point in the history
  • Loading branch information
pravirkr committed May 4, 2024
1 parent 3cef1e7 commit 5f7b897
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -29,5 +29,3 @@ python:
path: .
extra_requirements:
- docs
- method: setuptools
path: .
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.2.0 (2024-05-04)
++++++++++++++++++

- Adds implementation of buffered file read. (`#34 <https://github.com/FRBs/sigpyproc3/pull/34>`_)
- Uses pyproject.toml for build + tool configuration.
- Improves pack/unpack functions + fixes bitorder bugs.


1.1.0 (2024-02-20)
++++++++++++++++++

Expand Down

0 comments on commit 5f7b897

Please sign in to comment.