Skip to content

Commit

Permalink
Revert previous changes for new dependency
Browse files Browse the repository at this point in the history
There is no need for the dependency.
I have found out what PyMdown is :)
The same can be achieved using PyMdown's Tabbed and Snippets.

Furthermore, I have reverted some changes not relevant to this PR.
  • Loading branch information
CasperWA committed Aug 3, 2020
1 parent 342c3ca commit dc5631a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ The main way of configuring the OPTIMADE server is by creating a configuration J

An example of one that works with the example implementation can be found in [`optimade_config.json`](static/optimade_config.json):

??? note "Configuration file for the default OPTIMADE server"
=== "Configuration file for the default OPTIMADE server"
```json
--8<-- "static/optimade_config.json"
--8<-- "optimade_config.json"
```

## Environment variables
Expand Down
1 change: 0 additions & 1 deletion docs/static/example_config.json

This file was deleted.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed
- pymdownx.snippets
- toc:
permalink: true
Expand Down Expand Up @@ -70,4 +71,3 @@ plugins:
watch:
- optimade
- awesome-pages
- codeinclude

0 comments on commit dc5631a

Please sign in to comment.