Skip to content

Commit f18130e

Browse files
authored
Merge pull request #230 from calebstewart/docs-updates
Update Documentation Theme
2 parents d621880 + 7257a48 commit f18130e

File tree

6 files changed

+108
-101
lines changed

6 files changed

+108
-101
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ python:
1212
install:
1313
- method: pip
1414
path: .
15-
- requirements: docs/requirements.txt
15+
extra_requirements:
16+
- docs

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and simply didn't have the time to go back and retroactively create one.
1616
- Added implant module `list` command to match documentation ([#224](https://github.com/calebstewart/pwncat/issues/224)).
1717
- Update documentation to clarify implant reconnection
1818
- Fixed `--ssl` argument parsing for bind channels.
19+
- Moved documentation theme to [furo](https://github.com/pradyunsg/furo).
20+
- Added Extras group for documentation depenedencies and removed `docs/requirements.txt`.
1921

2022
## [0.5.1] - 2021-12-07
2123
Minor bug fixes. Mainly typos from changing the package name.

docs/requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# The theme to use for HTML and HTML Help pages. See the documentation for
4444
# a list of builtin themes.
4545
#
46-
html_theme = "sphinx_rtd_theme"
46+
html_theme = "furo"
4747

4848
# Add any paths that contain custom static files (such as style sheets) here,
4949
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)