Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix another rtd bug #453

Merged
merged 85 commits into from
Jan 16, 2023
Merged
Changes from 1 commit
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
47a7573
Fix yet another RTD bug causing code-blocks to disappear from html
hpesonen Aug 4, 2020
4d93d79
Add requirement for newer version of Sphinx
hpesonen Aug 4, 2020
4be7905
Add requirement on ipython
hpesonen Aug 4, 2020
033a0a5
Use python3.6 with rtd-build
hpesonen Aug 4, 2020
d4e2fcb
Add extension for ipython-highlighting
hpesonen Aug 4, 2020
5dea9f6
Revert back to python3.5 on rtd-build
hpesonen Aug 4, 2020
e95b9af
Update from dev
hpesonen Dec 20, 2022
8bc467a
Modify mocked modules
hpesonen Dec 20, 2022
275122d
Modify mocked modules list
hpesonen Dec 20, 2022
456ac7a
Modify mocked modules list
hpesonen Dec 20, 2022
031a62e
Modify mocked modules list
hpesonen Dec 20, 2022
039f525
Modify rtd conf.py
hpesonen Dec 20, 2022
0b4fb29
Bump python version in .readthedocs.yml
hpesonen Dec 20, 2022
3fe246d
Fix RTD
hpesonen Dec 20, 2022
4fa8c48
Fixing rtd
hpesonen Dec 20, 2022
6ee374e
Test whether mocking ordering has an effect
hpesonen Dec 20, 2022
04d67a7
Test if the problem is sklearn.covariance
hpesonen Dec 20, 2022
3d64ebe
Test if the problem is sklearn.utils
hpesonen Dec 20, 2022
cde9d6a
Merge branch 'dev' into Fix_another_rtd_bug
hpesonen Jan 5, 2023
1da746f
modify mocked modules
hpesonen Jan 5, 2023
24bc71a
modify mocked modules
hpesonen Jan 5, 2023
081ad1e
remove sklearn.utils._testing.ignore_warnings
hpesonen Jan 5, 2023
f366ca5
remove sklearn.utils._testing.ignore_warnings
hpesonen Jan 5, 2023
4bf760b
Mock abc
hpesonen Jan 5, 2023
3c255b0
Compile rtd with py38
hpesonen Jan 5, 2023
681032d
Remove unnecessary mocks
hpesonen Jan 5, 2023
3f9018b
Experiment with mocks
hpesonen Jan 5, 2023
7427521
Experiment with mocks
hpesonen Jan 5, 2023
591489b
Experiment with mocks
hpesonen Jan 5, 2023
d130421
Test mock instead of magicmock
hpesonen Jan 5, 2023
8ccc26e
Remove IPython.sphinxext.ipython_console_highlighting
hpesonen Jan 6, 2023
fa17640
Add extension sphinxext.ipython_console_highlighting
hpesonen Jan 6, 2023
6754d31
Require ipython!=8.7.0
hpesonen Jan 6, 2023
678ba66
Test ipython3 -> python
hpesonen Jan 6, 2023
2f278f9
Modify .readthedocs.yml
hpesonen Jan 9, 2023
496f6b6
Modify quickstart.rst code-blocks
hpesonen Jan 9, 2023
5127bba
Pin ipython-version in requirements.txt
hpesonen Jan 9, 2023
d443b4a
Fix a typo
hpesonen Jan 9, 2023
068552f
Modify requirements-dev
hpesonen Jan 9, 2023
941af1d
Test code-block instead of code for indicating code blocks
hpesonen Jan 9, 2023
e996782
Revert to old package-versions
hpesonen Jan 9, 2023
6996397
Add nbsphinx into requirements
hpesonen Jan 9, 2023
5ec7de3
Pin docutils version
hpesonen Jan 10, 2023
444a5cc
Pin docutils version
hpesonen Jan 10, 2023
1e0ea32
Pin pillow==5.4.1
hpesonen Jan 10, 2023
a64e88d
unpin package versions
hpesonen Jan 10, 2023
d72816b
Add nbsphinx in requirements
hpesonen Jan 10, 2023
eb531d3
Require newer Sphinx
hpesonen Jan 10, 2023
24f8c85
Update packages
hpesonen Jan 10, 2023
87292fb
Update packages
hpesonen Jan 10, 2023
350de80
Update packages
hpesonen Jan 10, 2023
73b49b5
Pin more versions
hpesonen Jan 10, 2023
d103b7b
Remove ipython sphinx extension
hpesonen Jan 10, 2023
1624776
Add more mocked packages
hpesonen Jan 10, 2023
bccbbb1
Test code vs code-block logic
hpesonen Jan 10, 2023
98df4d4
Test code vs code-block logic
hpesonen Jan 10, 2023
31a7581
Test code vs code-block logic
hpesonen Jan 10, 2023
7b550ad
Test code vs code-block logic
hpesonen Jan 10, 2023
25749c7
Change requirements.txt
hpesonen Jan 10, 2023
3b96508
Hail mary
hpesonen Jan 10, 2023
4dc4758
Add pandoc in requirements
hpesonen Jan 10, 2023
56657f2
Modify quickstart.rst
hpesonen Jan 10, 2023
8ee8ba6
Bring back old requirements.txt
hpesonen Jan 10, 2023
7e3aebb
Return to original
hpesonen Jan 10, 2023
90738ce
Add docs/requirements.txt file
hpesonen Jan 10, 2023
5d2975e
Change all .. code:: to .. code-block::
hpesonen Jan 10, 2023
1eda884
Remove quickstart.rst
hpesonen Jan 10, 2023
adaa4a9
Revert back to old format
hpesonen Jan 11, 2023
c7b6145
Remove mocking of elfi
hpesonen Jan 11, 2023
e75e33b
Remove mocking of elfi
hpesonen Jan 11, 2023
b517677
Pin packages for docs
hpesonen Jan 11, 2023
8ca6a02
Remove pygments_style in conf.py
hpesonen Jan 11, 2023
48da17d
add autodoc-setup to conf.py
hpesonen Jan 11, 2023
1b91056
Hail mary v0.2
hpesonen Jan 11, 2023
46f30ac
Discard nbsphinx
hpesonen Jan 11, 2023
689c4bd
remove import elfi from docs
hpesonen Jan 11, 2023
240f262
remove import elfi from docs
hpesonen Jan 11, 2023
8c44c00
Use python36
hpesonen Jan 11, 2023
cbc2832
modify requirements
hpesonen Jan 11, 2023
dbbc14b
Use python36
hpesonen Jan 11, 2023
172e12b
Back to basic formulation with nbsphinx
hpesonen Jan 11, 2023
85d847f
Merge from dev
hpesonen Jan 16, 2023
6b933dc
Remove clutter from requirements.txt
hpesonen Jan 16, 2023
e73e577
Fix few bugs
hpesonen Jan 16, 2023
c19615b
Modify CHANGELOG
hpesonen Jan 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Test if the problem is sklearn.covariance
  • Loading branch information
hpesonen committed Dec 20, 2022
commit 04d67a7a83adf07d1a258f052fe5f8034bf99aa9
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __getattr__(cls, name):
'distributed', 'distributed.client', 'graphviz', 'matplotlib', 'sobol_seq', 'GPy',
'dask.delayed', 'scipy.linalg', 'scipy.optimize', 'scipy.stats', 'scipy.spatial',
'scipy.sparse', 'scipy.special', 'matplotlib.pyplot', 'numpy.random', 'networkx',
'sklearn', 'ipyparallel', 'numpy.lib', 'numpy.lib.format', 'sklearn.covariance',
'sklearn', 'ipyparallel', 'numpy.lib', 'numpy.lib.format',
'sklearn.linear_model', 'sklearn.pipeline', 'sklearn.preprocessing', 'numdifftools',
'GPy.kern', 'GPy.models'
]
Expand Down