Skip to content

Commit

Permalink
Fixing Read the Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Oct 5, 2023
1 parent 44eb472 commit ce3a660
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion biobb_common/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#docutils==0.17.1
#docutils==0.17.1
sphinx_rtd_theme
recommonmark
9 changes: 5 additions & 4 deletions biobb_common/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx.ext.napoleon',

'sphinx_rtd_theme',
'recommonmark'
]

# Using Google docstring style
Expand All @@ -51,9 +52,9 @@
# source_suffix = ['.rst', '.md']

# -- Integrate markdown ---------------------------------------------------
source_parsers = {
'.md': 'recommonmark.parser.CommonMarkParser',
}
#source_parsers = {
# '.md': 'recommonmark.parser.CommonMarkParser',
#}

source_suffix = ['.rst', '.md']

Expand Down

0 comments on commit ce3a660

Please sign in to comment.