Skip to content

Commit

Permalink
Merge pull request ethereum#94 from pacrob/change-doc-to-docs
Browse files Browse the repository at this point in the history
change references to doc to all be docs
  • Loading branch information
pacrob committed May 11, 2023
2 parents 3b9f8c2 + 23a192f commit a5153fe
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ python:
- method: pip
path: .
extra_requirements:
- doc
- docs
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
# html_file_suffix = None

# Output file base name for HTML help builder.
htmlhelp_basename = "<MODULE_NAME>doc"
htmlhelp_basename = "<MODULE_NAME>docs"


# -- Options for LaTeX output ---------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion newsfragments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Each file should be named like `<ISSUE>.<TYPE>.rst`, where
* `breaking`
* `bugfix`
* `deprecation`
* `doc`
* `docs`
* `feature`
* `internal`
* `misc`
Expand Down
2 changes: 1 addition & 1 deletion newsfragments/validate_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
".breaking.rst",
".bugfix.rst",
".deprecation.rst",
".doc.rst",
".docs.rst",
".feature.rst",
".internal.rst",
".misc.rst",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name = "Deprecations"
showcontent = true

[[tool.towncrier.type]]
directory = "doc"
directory = "docs"
name = "Improved Documentation"
showcontent = true

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"pydocstyle>=6.0.0",
"black>=23",
],
"doc": [
"docs": [
"sphinx>=6.0.0",
"sphinx_rtd_theme>=1.0.0",
"towncrier>=21,<22",
Expand All @@ -38,7 +38,7 @@
extras_require["dev"]
+ extras_require["test"]
+ extras_require["lint"]
+ extras_require["doc"]
+ extras_require["docs"]
)


Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ basepython=
py311: python3.11
extras=
test
docs: doc
docs
allowlist_externals=make

[common-lint]
Expand Down

0 comments on commit a5153fe

Please sign in to comment.