Skip to content

Commit 5ea24ed

Browse files
committed
fix: fix author and required variable back.
1 parent b23c4bb commit 5ea24ed

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"maintainer_name": "Simon Billinge",
33
"maintainer_email": "[email protected]",
44
"maintainer_github_username": "sbillinge",
5-
"contributors": "Sangjoon Lee, Simon Billinge, Billinge Group members",
5+
"contributors": "Pavol Juhas, Chris Farrow, Simon Billinge, Billinge Group members",
66
"license_holders": "The Trustees of Columbia University in the City of New York",
77
"project_name": "diffpy.pdffit2",
88
"github_username_or_orgname": "diffpy",

docs/source/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
sys.path.insert(0, str(Path("../../src").resolve()))
3333

3434
# abbreviations
35-
ab_authors = "Sangjoon Lee, Simon Billinge, Billinge Group members"
35+
ab_authors = "Pavol Juhas, Chris Farrow, Simon Billinge, Billinge Group members"
3636

3737
# -- General configuration ------------------------------------------------
3838

@@ -53,6 +53,9 @@
5353
"m2r",
5454
]
5555

56+
autodoc_mock_imports = [
57+
"diffpy.pdffit2.pdffit2",
58+
]
5659
# Add any paths that contain templates here, relative to this directory.
5760
templates_path = ["_templates"]
5861

@@ -75,6 +78,7 @@
7578
# |version| and |release|, also used in various other places throughout the
7679
# built documents.
7780

81+
fullversion = version(project)
7882
# The short X.Y version.
7983
version = "".join(fullversion.split(".post")[:1])
8084
# The full version, including alpha/beta/rc tags.

0 commit comments

Comments
 (0)