diff --git a/README.md b/README.md index e7bf97d..73ec6fa 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Click on the "Issues" tab in the top navbar. Provide a good title and describe c ### Submitting a pull request -Click on the "Pull requests" tab in the top navbar. Select the green "New pull request button" in the top right section. Select your branch for the compare dropdown, and master as the base. Provide an appropriate title and summary of the changes in the pull request description. Changes will be reviewed and merged when satisfactory. +Click on the "Pull requests" tab in the top navbar. Select the green "New pull request button" in the top right section. Select your branch for the compare dropdown, and master as the base. Provide an appropriate title and summary of the changes in the pull request description. Changes will be reviewed and merged when satisfactory. ## Helpful Resources @@ -61,4 +61,4 @@ To deploy theme update: ## Versioning - Build for versioning: `sphinx-multiversion source build/html` -- To view version metadata: `sphinx-multiversion source build/html --dump-metadata` \ No newline at end of file +- To view version metadata: `sphinx-multiversion source build/html --dump-metadata` diff --git a/source/_templates/versioning.html b/source/_templates/versioning.html index 2c7eb3f..50d90d0 100644 --- a/source/_templates/versioning.html +++ b/source/_templates/versioning.html @@ -12,4 +12,4 @@ {%- endfor %} {% endif %} -

*testing versions*

\ No newline at end of file +

*testing versions*

diff --git a/source/conf.py b/source/conf.py index 2eeef84..46759a5 100644 --- a/source/conf.py +++ b/source/conf.py @@ -100,4 +100,4 @@ html_js_files = [ ] html_cs_files = [ 'default.css' -] \ No newline at end of file +]