Skip to content

Commit

Permalink
adding dtd config file
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfarouk committed Feb 1, 2019
1 parent 6fb46c0 commit 0a50ebe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -126,3 +126,4 @@ scripts/logs
.eggs
.eggs/*
.pyre_configuration

8 changes: 8 additions & 0 deletions .readthedocs.yml
@@ -0,0 +1,8 @@
# .readthedocs.yml

build:
image: latest

python:
version: 3.6
setup_py_install: true
2 changes: 0 additions & 2 deletions docs/conf.py
Expand Up @@ -27,7 +27,6 @@
from negmas.situated import *
from negmas.apps.scml import *

# import guzzle_sphinx_theme
import sphinx_rtd_theme
import recommonmark.parser

Expand All @@ -49,7 +48,6 @@
'sphinx_autodoc_annotation',
'sphinx_autodoc_typehints',
'sphinx.ext.autosummary',
'guzzle_sphinx_theme',
'sphinx_automodapi.automodapi',
'sphinx.ext.intersphinx',
'sphinx_automodapi.smart_resolver',
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
@@ -1,4 +1,5 @@
-i https://pypi.python.org/simple
alabaster==0.7.12
appnope==0.1.0 ; sys_platform == 'darwin'
argh==0.26.2
atomicwrites==1.2.1
Expand Down

0 comments on commit 0a50ebe

Please sign in to comment.