Skip to content

Commit

Permalink
Merge pull request #291 from bacpop/rtd-fix
Browse files Browse the repository at this point in the history
Update readthedocs config file to v2
  • Loading branch information
johnlees authored Nov 29, 2023
2 parents 9bd1043 + eb9f029 commit e934f47
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
# Required
version: 2

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

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -14,8 +20,7 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: docs/requirements.txt
- method: setuptools
path: docs
path: docs
2 changes: 1 addition & 1 deletion PopPUNK/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

'''PopPUNK (POPulation Partitioning Using Nucleotide Kmers)'''

__version__ = '2.6.2'
__version__ = '2.6.3'

# Minimum sketchlib version
SKETCHLIB_MAJOR = 2
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
# built documents.
#
# The short X.Y version.
version = '2.6.1'
version = '2.6.2'
# The full version, including alpha/beta/rc tags.
release = '2.6.1'
release = '2.6.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit e934f47

Please sign in to comment.