Skip to content

Commit

Permalink
Remove unused mkdocs settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Mar 9, 2022
1 parent bcef74f commit 3a9eb6e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cors",
"curr",
"cust",
"doorhole",
"evalue",
"EXTS",
"Gitter",
Expand All @@ -42,6 +43,7 @@
"plevel",
"puid",
"pyficache",
"quickstart",
"sargs",
"sgignores",
"spdx",
Expand Down
2 changes: 1 addition & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Running `doorstop` in Docker: [tlwt/doorstop-docker](https://github.com/tlwt/doo
- **[ros-safety/requirements-playground](https://github.com/ros-safety/requirements-playground)**: This is a small repo for demonstrating how Doorstop can be used to manage requirements in a C++ project.
- **[urbasus/literate-programming-in-doorstop](https://github.com/urbasus/literate-programming-in-doorstop)**: Proof-of-concept for combining Doorstop and Literate Programming.

# 3rd-party clients
# 3rd-Party Clients

- **[doorframe](https://doorframe.io/)**: This is (closed source) GitHub App that uses Doorstop as backend.
- **[sevendays/doorhole](https://github.com/sevendays/doorhole)**: This is standalone GUI for Doorstop.
2 changes: 0 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ repo_url: https://github.com/doorstop-dev/doorstop
edit_uri: https://github.com/doorstop-dev/doorstop/edit/develop/docs

theme: readthedocs
extra_css: []
extra_javascript: []

markdown_extensions:
- admonition
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ classifiers = [

python = "^3.7"

PyYAML = "^5.1"
Markdown = "^3.3.6"
pyyaml = "^5.1"
markdown = "^3.3.6"
bottle = "~0.12.13"
requests = "^2.0"
python-markdown-math = "~0.6"
Expand Down Expand Up @@ -78,7 +78,7 @@ pygments = "*"
# Tooling
pyinstaller = "*"
sniffer = "*"
MacFSEvents = { version = "*", platform = "darwin" }
macfsevents = { version = "*", platform = "darwin" }
pync = { version = "*", platform = "darwin" }
rope = "^0.14.0"

Expand Down

0 comments on commit 3a9eb6e

Please sign in to comment.