Skip to content

Commit

Permalink
Merge pull request #230 from calebstewart/docs-updates
Browse files Browse the repository at this point in the history
Update Documentation Theme
  • Loading branch information
calebstewart authored Dec 31, 2021
2 parents d621880 + 7257a48 commit f18130e
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 101 deletions.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ python:
install:
- method: pip
path: .
- requirements: docs/requirements.txt
extra_requirements:
- docs
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ and simply didn't have the time to go back and retroactively create one.
- Added implant module `list` command to match documentation ([#224](https://github.com/calebstewart/pwncat/issues/224)).
- Update documentation to clarify implant reconnection
- Fixed `--ssl` argument parsing for bind channels.
- Moved documentation theme to [furo](https://github.com/pradyunsg/furo).
- Added Extras group for documentation depenedencies and removed `docs/requirements.txt`.

## [0.5.1] - 2021-12-07
Minor bug fixes. Mainly typos from changing the package name.
Expand Down
4 changes: 0 additions & 4 deletions docs/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "sphinx_rtd_theme"
html_theme = "furo"

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

0 comments on commit f18130e

Please sign in to comment.