Changeset 0398a0c in OpenWorkouts-current


Ignore:
Timestamp:
Mar 2, 2019, 4:46:34 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs
Children:
8ee2af5
Parents:
ea43725
Message:

(#72) Created docs infraestructure, using sphinx and rst

Files:
56 added
2 edited

Legend:

Unmodified
Added
Removed
  • AUTHORS.txt

    rea43725 r0398a0c  
    44OpenWorkouts is an open source project, this file contains an updated
    55list of people contributing to it.
     6
    67
    78Authors
  • setup.py

    rea43725 r0398a0c  
    3939]
    4040
     41docs_require = [
     42    'sphinx'
     43]
     44
    4145translations_require = [
    4246    'babel',
     
    5054    'pytest-flakes',
    5155    'pytest-xdist',
    52     'pytest-codestyle',
     56    'pytest-codestyle'
    5357]
    5458
     
    7478        'testing': tests_require,
    7579        'translations': translations_require,
     80        'docs': docs_require
    7681    },
    7782    install_requires=requires,
Note: See TracChangeset for help on using the changeset viewer.