Skip to content

Commit

Permalink
Merge pull request #189 from radinamatic/back-to-md
Browse files Browse the repository at this point in the history
Fixing build errors
  • Loading branch information
radinamatic committed Aug 26, 2020
2 parents 5dcf4ef + bc80660 commit a0f5d8a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

extensions = [
'sphinx.ext.autodoc',
'sphinx_rtd_theme',
'notfound.extension',
]

Expand Down Expand Up @@ -163,7 +164,7 @@ def setup(app):
.. |pencil| replace:: :raw-html:`<span class="fa fa-pencil" aria-hidden="true"></span><span class="visuallyhidden">Edit</span>`
.. |arrow-right| replace:: :raw-html:`<span class="fa fa-arrow-right" aria-hidden="true"></span><span class="visuallyhidden">See next</span>`
.. |arrow-left| replace:: :raw-html:`<span class="fa fa-arrow-left" aria-hidden="true"></span><span class="visuallyhidden">See previous</span>`
.. |menu| replace:: :raw-html:``<span class="fa fa-bars" aria-hidden="true"></span><span class="visuallyhidden">Menu</span>`
.. |menu| replace:: :raw-html:`<span class="material-icons" aria-hidden="true">menu</span><span class="visuallyhidden">Menu</span>`
"""

Expand Down
2 changes: 1 addition & 1 deletion docs/dev/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ We use `pre-commit <http://pre-commit.com/>`_ to help ensure consistent, clean c
Development
----------
-----------

Linting
~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/manual_testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Manual Testing & QA
===================

Accessibility (A11Y) Testing
---------------------
----------------------------

Inclusive design benefits all users, and we strive to make Kolibri accessible for all. Testing for accessibility can be challenging, but there are a few features you should check for before submitting your PR:

Expand Down
2 changes: 1 addition & 1 deletion docs/user/device_owner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In order to manage Kolibri content channels, data and users, you must first crea


Adding a New Device Owner
----------------------
-------------------------

In case you need to create another super-user (e.g. you lost the password for the old one), run the following command (open the ``cmd.exe`` command prompt in Windows or terminal in linux):

Expand Down

0 comments on commit a0f5d8a

Please sign in to comment.