Skip to content

Commit

Permalink
RTD attempt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Jul 3, 2023
1 parent 2bffbd4 commit 8e03563
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

# General information about the project.
project = 'hpfrec'
copyright = '2018, David Cortes'
copyright = '2023, David Cortes'
author = 'David Cortes'

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -77,7 +77,7 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
exclude_patterns = []

# The name of the Pygments (syntax highlighting) style to use.
# pygments_style = 'sphinx'
Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ pandas
numpy
scipy>=1.11.1
cython
Sphinx>=3.2.1
Sphinx
sphinx-rtd-theme
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,6 @@ def test_supports_compile_arg(self, comm, with_omp=False):
setup(
name = 'hpfrec',
packages = ['hpfrec'],
install_requires=[
'pandas>=0.24',
'numpy>=1.18',
'scipy',
'cython'
],
version = '0.2.6',
description = 'Hierarchical Poisson matrix factorization for recommender systems',
author = 'David Cortes',
Expand Down

0 comments on commit 8e03563

Please sign in to comment.