Skip to content

Commit

Permalink
Update install stanza
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylope committed Nov 23, 2023
1 parent 678bd46 commit 00afb36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 29 deletions.
5 changes: 4 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ sphinx:

python:
install:
- requirements: "docs/requirements.txt"
- method: pip
path: .
extra_requirements:
- docs
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

from organizations import __version__

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down Expand Up @@ -46,9 +47,9 @@
# built documents.
#
# The short X.Y version.
version = "2.4"
version = ".".join(__version__.split(".")[:2])
# The full version, including alpha/beta/rc tags.
release = "2.4.0"
release = __version__

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
26 changes: 0 additions & 26 deletions docs/requirements.txt

This file was deleted.

0 comments on commit 00afb36

Please sign in to comment.