Skip to content

Commit

Permalink
RTD attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Feb 24, 2024
1 parent 57b39bb commit af808f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
import os
import sys
# sys.path.insert(0, os.path.abspath('../'))
import mock
MOCK_MODULES = ['poismf.c_funs_double', 'poismf.c_funs_float', 'c_funs_double', 'c_funs_float']
sys.modules.update((mod_name, mock.MagicMock()) for mod_name in MOCK_MODULES)
# import mock
# MOCK_MODULES = ['poismf.c_funs_double', 'poismf.c_funs_float', 'c_funs_double', 'c_funs_float']
# sys.modules.update((mod_name, mock.MagicMock()) for mod_name in MOCK_MODULES)

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit af808f6

Please sign in to comment.