Skip to content

Commit

Permalink
Move to MyST-Parser as recommended
Browse files Browse the repository at this point in the history
- Fix broken link in CLI.md

Fixes: #92
  • Loading branch information
cooperlees committed Apr 28, 2021
1 parent 2b9679a commit 95bbcb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openr/docs/Operator_Guide/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Commands:
The submodule themselves then have subcommands to do different interactions with
that Open/R module.

Please refer to the [Protocol Guide](../Protocol_Guide/) for more information
Please refer to the [Protocol Guide](../Protocol_Guide/index.rst) for more information
about each Open/R module.

### Bash Autocompletion
Expand Down
4 changes: 2 additions & 2 deletions openr/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# -- Project information -----------------------------------------------------

project = "Open/R"
copyright = "2020, Facebook Inc."
copyright = "2018-Present, Facebook Inc."
author = "Facebook Inc."


Expand All @@ -33,7 +33,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"recommonmark",
"myst_parser",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 1 addition & 1 deletion openr/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
myst_parser
sphinx
recommonmark

0 comments on commit 95bbcb3

Please sign in to comment.