Skip to content
Snippets Groups Projects
Commit e2635241 authored by phelokazi_dube's avatar phelokazi_dube
Browse files

SAR-259 Resolving the error on skallop docs

parent 6234c3a1
Branches
No related tags found
No related merge requests found
...@@ -23,8 +23,8 @@ sys.path.insert(0, os.path.abspath('../../src')) ...@@ -23,8 +23,8 @@ sys.path.insert(0, os.path.abspath('../../src'))
import sphinx_rtd_theme import sphinx_rtd_theme
def setup(app): def setup(app):
app.add_stylesheet('css/custom.css') app.add_css_file('css/custom.css')
app.add_javascript('js/github.js') app.add_js_file('js/gitlab.js')
# -- General configuration ------------------------------------------------ # -- General configuration ------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment