Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moose
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sahil Moza
moose
Commits
d2427770
Commit
d2427770
authored
Jan 19, 2018
by
Dilawar Singh
Browse files
Options
Downloads
Patches
Plain Diff
disabling doxygen on readthedoc; build failure is due to timeout.
parent
fc48a414
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/conf.py
+1
-9
1 addition, 9 deletions
docs/source/conf.py
with
1 addition
and
9 deletions
docs/source/conf.py
+
1
−
9
View file @
d2427770
...
@@ -283,16 +283,8 @@ autodoc_mock_imports = [ 'numpy' , 'moose.sbml' , 'moose.genesis' , 'moose.LIF'
...
@@ -283,16 +283,8 @@ autodoc_mock_imports = [ 'numpy' , 'moose.sbml' , 'moose.genesis' , 'moose.LIF'
exclude_patterns
=
[
'
/docs/source/user/py/references/*.rst
'
]
exclude_patterns
=
[
'
/docs/source/user/py/references/*.rst
'
]
#run the doxygen thingy
#run the doxygen thingy
# read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
#
# if read_the_docs_build:
#
# subprocess.call('cd ../../doxygen; doxygen', shell=True)
import
subprocess
,
os
import
subprocess
,
os
read_the_docs_build
=
os
.
environ
.
get
(
'
READTHEDOCS
'
,
None
)
==
'
True
'
read_the_docs_build
=
os
.
environ
.
get
(
'
READTHEDOCS
'
,
None
)
==
'
True
'
if
not
read_the_docs_build
:
if
read_the_docs_build
:
subprocess
.
call
(
'
cd doxygen; echo HELLO......................; doxygen Doxyfile
'
,
shell
=
True
)
subprocess
.
call
(
'
cd doxygen; echo HELLO......................; doxygen Doxyfile
'
,
shell
=
True
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment