Skip to content

Commit

Permalink
Add files now needed for the ReadTheDocs run (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarqu authored and weiwei committed Dec 26, 2023
1 parent 7712f62 commit a843fc3
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ReadTheDocs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .

sphinx:
configuration: docs/conf.py
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [3.1.0] - 2023-04-22
### Fixed
- Sphinx documentation, thanks to @cmarqu
- type check by adding `py.typed` file.

## [3.1.0] - 2023-04-22
### Added
- Support for different schemas.
Expand Down
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Python dependencies to build the documentation

Sphinx ~= 7.0
2 changes: 1 addition & 1 deletion junitparser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
FloatAttr,
)

version = "3.1.0"
version = "3.1.1"
Empty file added junitparser/py.typed
Empty file.

0 comments on commit a843fc3

Please sign in to comment.