Skip to content

Commit a980e1b

Browse files
committed
Tweak dev doc configuration
1 parent a9d349a commit a980e1b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing
22

3-
Contributions are welcome, and they are greatly appreciated! Every
4-
little bit helps, and credit will always be given.
3+
Contributions are welcome, and they are greatly appreciated!
4+
Every little bit helps, and credit will always be given.
55

66
You can contribute in many ways:
77

@@ -24,8 +24,8 @@ and "help wanted" is open to whoever wants to implement it.
2424

2525
### Implement Features
2626

27-
Look through the GitHub issues for features. Anything tagged with "enhancement"
28-
and "help wanted" is open to whoever wants to implement it.
27+
Look through the GitHub issues for features.
28+
Anything tagged with "enhancement" and "help wanted" is open to whoever wants to implement it.
2929

3030
### Write Documentation
3131

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@
6868
# the built documents.
6969
#
7070
# The short X.Y version.
71-
7271
version = v("cattrs")
7372
# The full version, including alpha/beta/rc tags.
7473
release = version
74+
if "dev" in release:
75+
release = version = "UNRELEASED"
7576

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

0 commit comments

Comments
 (0)