Skip to content

Commit

Permalink
Move to MyST-Parser as recommended (#93)
Browse files Browse the repository at this point in the history
Summary:
- Fix broken link in CLI.md

Fixes: #92

Pull Request resolved: #93

Reviewed By: nemith

Differential Revision: D28072165

Pulled By: cooperlees

fbshipit-source-id: 1ab438179123914d8890c91908835180bb0f2fd5
  • Loading branch information
cooperlees authored and facebook-github-bot committed Apr 28, 2021
1 parent ce1b91c commit 8391dea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions openr/docs/Operator_Guide/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ 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
about each Open/R module.
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 8391dea

Please sign in to comment.